Search found 2 matches

by stefax
12.09.2005, 14:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Record locking
Replies: 3
Views: 1592

Thanks for your answer Michael :)
I ended up using TZQuery since I have no guarantee that the number of records will not grow significantly and everything works like a charm.

Thanks again

Stefano
by stefax
08.09.2005, 17:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Record locking
Replies: 3
Views: 1592

Record locking

Hello, I am new to ZeosLib and I have to say it's a wonderful set of components. Now I am developing an application that uses a MySQL 4.1 database. My question is pretty simple: do I have to issue a SELECT...FOR UPDATE manually when updating a record? Should I use a table component and call the &quo...