So I've gotten past that but I'm getting a differnt error.
Error:
SQL error: [Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides., SQL state S1009
I've looked into it a little and I see that it could be caused by a null pointer. I don't know what I'm doing wrong though. Here's the code I'm using:
$cx = odbc_connect("dsn"," "," ","SQL_CUR_USE_ODBC");
There is no password for username.
Any help would be appreciated thank you.