Need help in debugging this problem.
I have an access database which I used to demonstrate Java - ODBC
connectivity and it works fine.
I tried to access the same DSN (system DSN) thro' PHP and the
following error is displayed.
Warning: odbc_connect() [function.odbc-connect]: SQL error:
[Microsoft][ODBC Driver Manager] Data source name not found and no
default driver specified, SQL state IM002 in SQLConnect in
D:\Ajith\Teaching\PHP\Examples\php\dbmstest.php on line 8
Connection Failed:
Database is there, DSN is defined, can access the DSN via Java but not
with PHP.
Anybody who knows what the problem is and what the solution to the
problem is.
I am using php5.0.1
Thanks