willsbu
|
| Posted: 07/26/2002, 7:36 PM |
|
Hi,
I am trying to put my MS Access 2000 database on the internet. I used Code Charge Studio to create all my pages based on my database. I filled in all the necessary fields required by the wizard, completed my security table, verified my database connection, and then uploaded all my files onto my web server. I created a database connection to my database using MS Jet. The problem is that once I tried to log in I got the error message:
Unable to establish connection to database.
Error information:
Microsoft JET Database Engine (0x80004005)
Unspecified error
More information:
The database cannot be opened, most likely due to insufficient security set on your database folder or file.
I tried to designate my folder on the server as where my database would be, but I get the same message. I'm stumped, any help?
-Stumped
|
|
|
 |
Nicole
|
| Posted: 07/30/2002, 1:02 AM |
|
Hello,
please refer to the Microsoft article about this problem. It is related to environment variables setting: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q251254
|
|
|
 |
Osman
|
| Posted: 11/30/2002, 12:08 PM |
|
This link wil hellp you: http://support.codecharge.com/kb_article.asp?s_keyword=...t=&article_id=4
Cause
This error usually happens on Windows NT, Windows 2000 or Windows XP and may be caused by any of the following conditions:
- the database file or database folder doesn’t have necessary security permissions to write to, or erase an .ldb file created by Microsoft Access when opening the database
- the database file doesn't have sufficient security permissions or write permissions to be modified when updating data in it. The web browser is seen by the web server as a Internet User that has the server account IUSR. This user needs to have write permission to the database file and to the database folder.
|
|
|
 |
|