
October 10th, 2003, 02:39 PM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Problems with database permissions
I'm making a website that accesses a database. I created it and it worked perfectly when under the administrator permissions but for some reason I can't find the permission to give anonymous users access to the database, I keep getting the error....
Could not open data connection. Error:
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x6ec Thread 0xb68 DBC 0x1eb701c Jet'.
The Invalid ConnectionString is defined as: DRIVER={Microsoft Access Driver (*.mdb)};DBQ=D:\Websites\olstore\fpdb\shop.mdb;UID =admin;PWD=mypassword; UID=admin; PWD=mypassword;
I'm using Windows Server 2003, if anyone could help me I would appreciate it, thanks!
|