Hi Brigitte,
inline...
Brigitte said:
Now I want to clarify (and I
know this is not the Windows group).
The databases are in a folder on the network g:\Databases. Databases
has subfolders one for all backends and then one folder each for the
respective FE applications, thus the tree would be
g:\databases\backend and the other e.g. g:\databases\frontend for
whatever application (obviously the FE is linked to the BE). We
usually put the FE on the local machines; the network versions are my
working copies. Under these circumstances, would the lbd be written
to the frontend on the local machine or backend on the network? (in
A97 it put one in each place, but we seem not to see a lbd in the
backend folder with A2002.)
An ldb file is created in the same folder as the mdb. If there is a
frontend on each local machine and they are opening it, the ldb will be
created on the local machine. If you are working on the frontend on the
server, a ldb file will be created in the same folder as the frontend. As
soon as *any* frontend makes a connection to the backend, there will be a
ldb created in the backend folder (opening a frontend may not be enough;
you'd need to open a bound form or something to see the ldb be created in
the backend folder. If you aren't seeing a ldb created (even with one user)
for the backend, then that user does not have create permission on the
folder.
Furthermore, must the user have delete rights on all levels or only on
subfolder level?
They need it for the backend folder; since you are the only one modifying
the frontend copies on the server, you wouldn't need create permission for
the frontend folders on the server. I'm not sure why you have the frontends
on the server at all. You can just work on your local copy of the
frontend(s). Once you have an update, you'd copy it to the server for
distribution to users.
And how can we prevent users who "snoop" in the
network to delete the folders when they have delete rights?
You could consider hiding the share where the backend is i.e.
\\server\sharename$ rather than \\server\sharename. This will hide it in
Windows Explorer. If a user knows the path, they can still get to it if
they know how (so don't tell them the path).
Also you can give them delete permission on the folder, and then remove
delete permission on the files.
However when you compact the backend, it will inherit permissions from the
folder. So you have to remember to remove the delete permission each time
you compact it.