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
Search found 2 matches
- 12.09.2005, 14:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Record locking
- Replies: 3
- Views: 1597
- 08.09.2005, 17:09
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Record locking
- Replies: 3
- Views: 1597
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...