Jump to content

Recommended Posts

This is the connection bit that is causing me problems:

 

include('C:\\Inetpub\\Websites\\nwccsd_com\\adodb\\adodb.inc.php');
    $db = ADONewConnection('access');
    $dsn = "Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\\Inetpub\\Websites\\nwccsd_com\\database\\Users.mdb;Uid=;Pwd=*****;"; (Password changed)
    $db->Connect($dsn);

 

When I try to use this is the error I get:

 

Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1748 Thread 0x1924 DBC 0x3d6e024 Jet'., SQL state S1000 in SQLConnect in C:\Inetpub\Websites\nwccsd_com\adodb\drivers\adodb-odbc.inc.php on line 60

 

Googling has told me that the biggest reason for this is that the physical path to the database is not correct. The path I have is correct and the folder the database is in and the adodb folder have been set to have Full Control.

 

Can anyone help me out here?

Link to comment
https://forums.phpfreaks.com/topic/69298-problem-with-using-ms-access-database/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.