Hello! I am having a really ugly problem here and I hope somebody can help me with this. I work on - Windows 2000 Advanced Server - PHP for Windows and IIS (it works ok)
I have a DBTest.mdb database (Access 2000) and an ODBC connection to this database: System DSN="DBTest", no user and password to connect! I have tested this ODBC connection with a VBasic simple application and it works just fine. Now I create a Test.php file with this content: <?php odbc_connect("DBTest", "", ""); ?> When I open this file in the browser http://localhost/directory/Test.php? I get the next error: "Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data., SQL state S1000 in SQLConnect in C:\inetpub\wwwroot\directory\Test.php on line 3" I have checked everything and the database is not opened by anybody. Plus, the Security rights are set to enable Everyone and Internet Guest Account (IUSR_myserver) to have Full Control ont the database. So, could anybody help me with this PLEASE?? :`-( Thank you in advance, Sebastian. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php