A
Albert
I use ADO and OLE DB Provider for Microsoft Jet.
I 'ld like to know how you solve this kind of problem. I read records and I
want to sure that they will not be updated by other users until I finish my
processing. I allow other user to read it. I think this can be solved if and
only if I can lock all records when I read it. Not at the time when I update
it. Because there is nothing can confirm that records will not be changed by
other users after I have read it but before I can update it.
I have tested with .mode property. But it apply to whole database , all
tables. Have any properties else ?
TIA
I 'ld like to know how you solve this kind of problem. I read records and I
want to sure that they will not be updated by other users until I finish my
processing. I allow other user to read it. I think this can be solved if and
only if I can lock all records when I read it. Not at the time when I update
it. Because there is nothing can confirm that records will not be changed by
other users after I have read it but before I can update it.
I have tested with .mode property. But it apply to whole database , all
tables. Have any properties else ?
TIA