Hello,
I have a problem connecting to a DSN using odbc_connect.
The problem is no connection id is returned.
If I use :
error_reporting = E_ALL & ~(E_NOTICE | E_WARNING) in php.ini
than I get a blank page in browser.
If I don't use error_reporting = E_ALL & ~(E_NOTICE | E_WARNING)
than I get:
Warning: SQL error, SQL state 00000 in SQLconnection .... on line 2(the line with odbc_connect).
The DSN is made to an access database.
Why do I have this problem. if you need any other informations please tell me.