I am trying to prevent one user from accessing a ADO record on a sql server database if another user is already in that work order. I would like to tell the second user that this record is now being opened in read only mode.
I am opening the record as adlockpessimistic
Then I change a field value manually ie rs.EditDate= date
This changes the Editmode property to 1
How do I use this property to make it so that the second user opens the recordset readonly? Or is there another way to do this?
Thanks,
Dan
I am opening the record as adlockpessimistic
Then I change a field value manually ie rs.EditDate= date
This changes the Editmode property to 1
How do I use this property to make it so that the second user opens the recordset readonly? Or is there another way to do this?
Thanks,
Dan