recordlocking and datasnap (midas)

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jkuiper_them
Posts: 28
Joined: Thu 20 Dec 2007 14:48

recordlocking and datasnap (midas)

Post by jkuiper_them » Thu 20 Dec 2007 15:00

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?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 21 Dec 2007 13:10

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.

Post Reply