MySQL Forums
Forum List  »  Microsoft Access

Re: Help using Design-Time Controls with MySql
Posted by: Wayne Stemple
Date: October 28, 2005 10:42AM

I too am getting this error and cannot seem to find a resolution.

I have a working page that now uses an Access db. I am in the process of converting the code over to use MySQL 5.0. All of my converted page are working just great, except when I get to this update one. The RS is opened using a common function and the following parms: adUseClient, adOpenKeyset & adLockPessimistic. The error rears it's ugly head when I go to store the new value back in the RS: rs("DeptName") = sTmp

When I change my connection string to point to the Access db, all is good.

Suggestions? I am using the most current ODBC driver from the site.

Thanks!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help using Design-Time Controls with MySql
1805
October 28, 2005 10:42AM


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.