Click to See Complete Forum and Search --> : simultaneous db access


manisha banerjee
June 23rd, 1999, 08:57 AM
is it possible for two users to simultaneouly modify the same record in a database in case of dynaset type of database? what happens in such a situation?

June 23rd, 1999, 09:13 AM
According to help, one of them locks the record, and the other gets error if he tries to update it. So the help advises to check CanUpdate() before updating.

manisha banerjee
June 24th, 1999, 06:28 AM
how can the recordset be locked in such a case?