ID: 7339
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: ODBC related
Assigned To: 
Comments:



Previous Comments:
---------------------------------------------------------------------------

[2000-10-19 08:37:44] [EMAIL PROTECTED]
Hello,
Using PHP3 and connecting to Oracle via ODBC everything works fine but using exactly 
the same script with PHP4.0.3pl1 I receive this "SQL error: [Oracle][ODBC][Ora]Server 
rejected the connection., SQL state 08004 in SQLConnect".

The scrip is really easy, here it is:
<?php
if (!($conn=odbc_connect ("ORACLEQP", "scott", "tiger")))
        echo "Error";
else
        echo "OK";

?>

Obviously "ORACLEQP" is my Sysytem DSN. The server machine is different from the Web 
Server running apache and PHP.
Any hint would be very appreciated cause right now to workaround to the problem I am 
using both PHP3 and PHP4.
(I need PHP4 because I am trying to use GD library)
Thanks
Andrea

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7339&edit=2


-- 
PHP Development 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]

Reply via email to