Trust issue on a compiled file with Access database, I'm out of ideas...

MikeMackey

Member
Joined
Aug 28, 2009
Messages
5
Programming Experience
1-3
Hi, I recently made a small exe program that connects to an Access database. Now it runs fine on most computers, but the one it HAS to run good on has some pretty harsh restrictions set on it's network. The problem is an OLEdb connection is refused because the file is not trusted on the Network, and I don't know how to give it the access it needs.

I've tried running an install with it, and that will give it access, but only on the local computer and not on the network drives.
I've tried placing the database in the network drive and accessing it with the install there, but there is a problem in that the local drives are wiped at logout.
I've tried giving it trust access through Administrator Tools, but it always throws an error when I try it.

Does anyone have any suggestions for how I can make this work? Any thoughts are appreciated,

Michael
 
Back
Top