I have installed PHP 4.0 and I try to connect to an MS Access database
I get the following warning:
Warning: SQL error: , SQL state 00000 in SQLConnect in c:\inetpub\wwwroot\Login.php on line 6
line 6 contains
$cnx = odbc_connect( 'CID' , '', '' );
I have checked that the DSN CID does exists..
Some body please do help me..
I get the following warning:
Warning: SQL error: , SQL state 00000 in SQLConnect in c:\inetpub\wwwroot\Login.php on line 6
line 6 contains
$cnx = odbc_connect( 'CID' , '', '' );
I have checked that the DSN CID does exists..
Some body please do help me..