I tried a tutorial on this site, and I copied the code in it, but I cannot seem to get it to work. I have this error when it comes up.
Previous Entries in database
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:\server\usr\local\web\apache\realdocs\test.php3 on line 28
Error in odbc_connect
Warning: Supplied argument is not a valid ODBC-Link resource in c:\server\usr\local\web\apache\realdocs\test.php3 on line 62
this is what i have on line 28 that looks like the problem
i need to know what those three things in quotes are.
$cnx = odbc_connect( 'Movies' , 'me', 'password' );
Thanks!