Hi guys
We have a domain server,
15 users,
Access mde as FE, with SQL server as BE on a shared folder1,
shared folder2 contains files.
The users have full access to the SQL server BE folder, with full control for read/write/modify,
so no issues with the Database.
On shared folder2, we have files/documents.
The FE will read the files the use want to save in folder2, and it should be able to save them there,
and through FE, it can display the files on folder2 for the user, and on click, it will open it, delete it, based on the user privilege set in the DB.
I can code the above.
my question is, since folder2 will be shared on the network,
how can I make the DB access it, and not allow the users to access it.
in another words, how can I make the DB act like a user with full privilege to folder2, and how can I set the authentication username and password to the server via code.
TIA
jaffer
by: aibusinesssolutionsPosted on 2009-02-28 at 13:38:06ID: 23765466
Sounds like you need the access front end to impersonate a user that has access to folder2, instead of running as the current user.
It's simple to make a program run as administrator in the compatibility tab, but I'm not sure about making it run as an alternate domain user.