Has anyone done any work with ADO and Record locking?
I am trying to open a record set and lock the data for read only to other users while the current user is working with the data. I have tried chaning the mode setting on the Connection string but cannot get the locking to happen.
Any suggestions.