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?
Printable View
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?
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.
how can the recordset be locked in such a case?