Subject | FOR UPDATE WITH LOCK doesn't perform |
---|---|
Author | L.M. Bemmelmans |
Post date | 2003-07-24T13:42:13Z |
Hi,
TIBOquery will not send the following command to the server:
SELECT * FROM myTable WHERE id = :id FOR UPDATE WITH LOCK
In stead it sends (monitor):
SELECT * FROM myTable WHERE id = ? /* :id */
How can I perform this query and get my record ? locked
Leon
TIBOquery will not send the following command to the server:
SELECT * FROM myTable WHERE id = :id FOR UPDATE WITH LOCK
In stead it sends (monitor):
SELECT * FROM myTable WHERE id = ? /* :id */
How can I perform this query and get my record ? locked
Leon