MySQL Forums
Forum List  »  Delphi

record locking in Delphi
Posted by: John Kuiper
Date: December 14, 2007 03:18AM

I'm developping a new application in Delphi and MySQL.
Delphi with DBExpress doesn't use recordlocking, because it closes the query after data data is loaded into the clientdataset. This is very annoying if two or more people use the same record. Is it possible to lock the record automatically in MySQL when the record will be updated.
I'm using Delphi 2007 and MySQL 5.0 with innoDB tables.

Options: ReplyQuote


Subject
Written By
Posted
record locking in Delphi
December 14, 2007 03:18AM


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.