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...