|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-27 21:27 UTC] jalal@php.net
[2000-09-04 19:31 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 21:00:02 2026 UTC |
Why i get data by oracle odbc from oracle 8.1.5,php report "[Oracle][ODBC][Ora]General error.,SQL state in SQLConnect".The odbc driver is "Oracle ODBC Driver 8.01.05.00". But when i use "Microsoft ODBC for Oracle 2.573.4403.00" instead of "Oracle ODBC Driver 8.01.01.00",everything is ok. My php is "$conn=odbc_connect("Oracle","scott","tiger");". By the way,when and where can i get the extensions for php 4.0.0 for win32?