Subject Re: [IBO] Re: Record locking
Author Jason Wharton
> My problem is how do I now tell if another user is modifying a record
> I wish to modify. I am using TIBOTable.

If you try an update a record that another user has edited then it will
raise a deadlock exception. In most cases it is fine to rely upon this type
of optimistic behavior. If you really want to make sure two people don't put
the same record in dssEdit state then use PessimisticLocking as set to true.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com