Subject Re: [ib-support] Locking records with IBX
Author Paul Reeves
Sandeep wrote:
>
> Hi
>
> I'm using IBX components with IB6. I want to lock the record before
> any changes are made to it. How can I acheive this.
>

The standard way is to issue an update that changes a field to itself (ie,
doesn't change a thing, but makes the server think something has changed. This
blocks other users making a change to that record until a commit is issued.)

Paul
--

Paul Reeves
http://www.ibphoenix.com
taking InterBase further