Hi
I have an Intranet written in ASP.NET with MS Access database.
I use SQL code for data manipulation in the database.
The problem I face is that if more than one user open the same record for update, the last one to save it is overwriting the data in that record.
Is there a way to allow saving the data only to the first user who opened the record and the rest would be able to open in read mode only?
Thanks,
Go to the complete details ...