server access rights to backend mdb

  • Thread starter Thread starter tsluu
  • Start date Start date
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.
 
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 <--
 
Back
Top