yes, indeed the ldb is created also when using an mde.
My hope was that there could be a way to limit the access file in a kind of
read-only version that would not need the creation of a lock file...
There is an undocumented way to avoid the creation of the .ldb file, but you
have to be willing to have a database open all the time on your server. If
you open a copy of the database on the server with the /ro AND /excl
switches, the lock file will not be created and other users will still be
able to open the database. I'm not sure what implications this may have for
other security issues you have, but you could give it a try and see if it
accomplishes what you want. However, do lots of testing before you implement
this approach in your production environment.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
> yes, indeed the ldb is created also when using an mde.
> My hope was that there could be a way to limit the access file in a kind
> of
> read-only version that would not need the creation of a lock file...
TC - 24 Feb 2005 04:53 GMT
Neat! I take it you mean, to run a copy of Access *on the server* to
hold the database open?
TC
Lynn Trapp - 24 Feb 2005 13:00 GMT
Yes I do.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
> Neat! I take it you mean, to run a copy of Access *on the server* to
> hold the database open?
>
> TC