Subject | Re: [IBO] Re: Record locking |
---|---|
Author | Jason Wharton |
Post date | 2000-12-15T06:52:28Z |
> My problem is how do I now tell if another user is modifying a recordIf you try an update a record that another user has edited then it will
> I wish to modify. I am using TIBOTable.
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