If I use JET/DAO to open a recordset on a MDB database using dbPessimistic
locking, what will happen if another user tries to update a row in that recordset at that time? Will there be an error, or will JET/DAO keep trying until the row is unlocked?
Asked
Active
Viewed 99 times
0

CJ7
- 22,579
- 65
- 193
- 321
-
2That should be relatively simple to mock up, have you tried it? – LittleBobbyTables - Au Revoir Jul 26 '12 at 13:55
-
The best and easiest way to find out would be to try it. – JimmyPena Jul 26 '12 at 21:39