L
Larry
I only want one user at a time in the .mdb file. The file
is set to open in "Exclusive" mode yet any of the other
users who concurrently attempt to open the .mdb file are
offered the opportunity to open the .mdb file in "Shared"
mode. How can I stop this behavior and only have one user
in the .mdb file at a time? The reason I need this is that
even with "Exclusive" mode enabled and record locking
enabled, I'm getting collisions that are corrupting
the .mdb file.
is set to open in "Exclusive" mode yet any of the other
users who concurrently attempt to open the .mdb file are
offered the opportunity to open the .mdb file in "Shared"
mode. How can I stop this behavior and only have one user
in the .mdb file at a time? The reason I need this is that
even with "Exclusive" mode enabled and record locking
enabled, I'm getting collisions that are corrupting
the .mdb file.