[PHP-DB] ODBC Problems. Server rejected the connection. From: Vlad (vlad <email protected>)
Date: 12/28/00

Hi all
When using ODBC to connect ORACLE database i've got such error:
Warning: SQL error: [Oracle][ODBC][Ora]Server rejected the connection., SQL
state 08004 in SQLConnect
I tested data source, and it works correctly, but in PHP string:
$conn = odbc_connect("absrc","Scott", "Tiger");
fails with message above.
What is problem?
Tanks, Vlad.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>