server access rights to backend mdb

T

tsluu

What access rights does a user needs in order to import data from the
backend database , which sits in the server, to the front end in the local
drive.
 
S

Stefan Hoffmann

hi,

What access rights does a user needs in order to import data from the
backend database , which sits in the server, to the front end in the local
drive.
Read, Write for the .mdb file when auto compact is off, otherwise create.
Read, Write, Create for the .ldb file.

In normal cases where a sophisticated permission model must not be
implemented I use Full Access on the folder containing the database files.


mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top