MySQL Forums
Forum List  »  Microsoft Access

Re: Record Locking on Linked MySQL Tables
Posted by: Christopher Mueller
Date: October 17, 2005 09:15AM

I had the same problem. It turned out to be a datatype mismatch in the tables. I was using unsigned integers to store true/false data but Access default true is -1 not 1 so it gave me a record lock error. Once I changed the field to signed integer the problem went away.



Edited 1 time(s). Last edit at 10/17/2005 09:16AM by Christopher Mueller.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Record Locking on Linked MySQL Tables
2345
October 17, 2005 09:15AM
2328
December 04, 2005 11:17AM


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.