Subject FOR UPDATE WITH LOCK doesn't perform
Author L.M. Bemmelmans
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