I have developed a VB application which is gonna be used by multiple users. The problem is that everytime 2 or more users save a record at the same time, the users get the same sequence numbers. I have been unsuccesful in locking the record while one user is updating the record. With ADO recordset libraray, I have used Adopenkeyset and pessimistic lock , but haven't found a solution to this yet. Also the backend used here is Access, i wonder if these locks work in Access??? there must be some way!!
Please help as it is very very urgent.
Please help as it is very very urgent.