ODBC connection error
Posted: Fri Jun 14, 2002 10:44 am
I am trying to connect to an ODBC DSN to an oracle db. I run this line of code
and I get this error message
Code: Select all
$connect = odbc_connect("dev1.world", "report", "report") or die("Couldn't connect to source");I am not sure what this means or how to fix it.Warning: SQL error: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed, SQL state IM004 in SQLConnect in D:\Apache\Apache2\htdocs\toppc\odbcTest.php on line 3