Warning: SQL error: [Microsoft][ODBC drivers ...] DataSource not found and driver name not specified, SQL state IM002 in SQLConnect in ...
I use PHP4 and the problem is in this line code :
$dsn_name="TEST_UNIV";
$dsn_user="";
$dsn_pwd="";
$id_conn=odbc_pconnect('$dsn_name','$dsn_user', '$dsn_pwd',SQL_CUR_USE_ODBC);
COULD SOMEONE EXPLAIN ME THE ERROR