MySQL Forums
Forum List  »  Connector/ODBC

Re: Does MyODBC support dynasets ???
Posted by: Sören Hellwig
Date: September 27, 2005 11:38AM

Hello krsaurabh1,

I discovered the same problem with an MySQL database on a windows server.
The problem is definitely the MySQL ODBC driver. Unlike to MS SQL Server or
MS Access you have to open the recordset as CRecordset::snapshot and
you will able to modify data with Edit() and Update().
The bad thing is that the same code will not work with MS SQL Server, because
there a snaphot is read-only.
If you read the online help to CRecordset::Open() it is only mentioned that the
recordset is static.
Hopefully a new MySQL ODBC driver fixes this problem.

Best regards,
Sören Hellwig

Options: ReplyQuote


Subject
Written By
Posted
Re: Does MyODBC support dynasets ???
September 27, 2005 11:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.