Up till late yesterday I was able to query my database but now I receive
this 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 wwwroot\test.php on line 2

My script is only trying to make a connection at this time and it does not
work

<?php
    $cnx = odbc_connect (equipment2,'','');
?>

What went wrong?  Thanks,
Aaron



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to