Page 1 of 1

recordlocking and datasnap (midas)

Posted: Thu 20 Dec 2007 15:00
by jkuiper_them
Hello,

I just bought MyDAC pro for D2007.
The demo's are very clear, even when not all the tables/queries points to the same table in the database.
There was also a midas demo, witch works very good.
But I have bought MyDAC because of his record locking.
Will this also available when using Datasnap?

Posted: Fri 21 Dec 2007 13:10
by Dimon
As far as I know, DataSnap does not support record locking interface. If you need to perform locking with DataSnap, you should implement it by yourself using SELECT ... FOR UPDATE or SELECT ... LOCK IN SHARE MODE commands. For more information about these commends, read the MySQL Reference Manual.