Subject | Re: [ib-support] Locking records with IBX |
---|---|
Author | Ann W. Harrison |
Post date | 2000-12-20T21:20:49Z |
At 08:58 AM 12/21/2000 +1300, Sandeep wrote:
update it first, then read it. Something like: update foo set pk = pk;
Regards,
Ann
www.ibphoenix.com
We have answers.
>I'm using IBX components with IB6. I want to lock the record beforeWhy do you want to lock the record? The way to do it is to
>any changes are made to it. How can I acheive this.
update it first, then read it. Something like: update foo set pk = pk;
Regards,
Ann
www.ibphoenix.com
We have answers.