Hi Mihai! > $conn = odbc_connect( 'test' , ' ', ' ' ); > > where test is the name of that database, then the output is smth. like > > Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not > found and no default driver specified, SQL state IM002 in SQLConnect in > c:\inetpub\wwwroot\test.php on line 11
Make sure all your details are correct. $c = odbc_connect("odbc_name", "user", "password"); - Erik -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]