I'm getting this warning using this line $db_connect_id = odbc_pconnect("localhost","test","test") ;
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect
and also some other sql problems.
I'm hoping someone knows how to set up ms sql server + php 4.3.0 + iis to work correctly. Do I need to configure odbc some how? This is driving me nuts.
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect
and also some other sql problems.
I'm hoping someone knows how to set up ms sql server + php 4.3.0 + iis to work correctly. Do I need to configure odbc some how? This is driving me nuts.