
String argument - Handle of "Open databases using record-level locking" problem
Since it's said a bug in Access 2000 - record-level locking is not working
if opening a database through desktop shortcut, even the option "Open
databases using record-level locking" is checked, I was trying to set the
option in VBA when user starts my application. By for some reason, I
couldn't get my hand on this option. I tried using GetOption to see current
setting, but it didn't return anything. I used string argument "Use Record
Level Locking" as mentioned in VBA help, but it didn't work. So I tried
"Open databases using record-level locking" as argument, still it didn't
show anything. What's the correct string argument for this option? Thanks.