What do I need to check to see if another user is editing my record before I issue Data1.Recordset.Edit?
Printable View
What do I need to check to see if another user is editing my record before I issue Data1.Recordset.Edit?
Check for errors 3006 (DB locked), 3045 (File in Use), 3188 (locked by another session), 3197 (data changed), 3239, (too many active users) or 3260 (locked by another user).