I have a problem getting ADOdb working with Oracle 9i. Before I tried
to connect to Oracle, I successfully connected to an MS Access table
via a DSN, and looped through all the records in that table, so I am
pretty sure ADOdb is installed correctly, but I could be wrong. To
connect to Oracle 9i, I first go in and un-comment
extension=php_o ci8.dll and extension=php_o racle.dll in the php.ini
file, but when I do that, the CGI script always times out (even for a
script that only calls phpinfo(), which worked before I un-commented
the two lines). I am running this on a Windows 2003 Server with IIS6,
and I'm running the CGI binary (php.exe). All three DLLs
(php_adodb.dll and the two oracle DLLs) are located in the same
folder, so I assume I have all the paths set up correctly. I am new
to PHP, so I don't know where to even start trouble shooting this.
Can anyone suggest things to check? Can I have the wrong version of
DLLs or something like that?
Any help is much appreciated,
TK
to connect to Oracle, I successfully connected to an MS Access table
via a DSN, and looped through all the records in that table, so I am
pretty sure ADOdb is installed correctly, but I could be wrong. To
connect to Oracle 9i, I first go in and un-comment
extension=php_o ci8.dll and extension=php_o racle.dll in the php.ini
file, but when I do that, the CGI script always times out (even for a
script that only calls phpinfo(), which worked before I un-commented
the two lines). I am running this on a Windows 2003 Server with IIS6,
and I'm running the CGI binary (php.exe). All three DLLs
(php_adodb.dll and the two oracle DLLs) are located in the same
folder, so I assume I have all the paths set up correctly. I am new
to PHP, so I don't know where to even start trouble shooting this.
Can anyone suggest things to check? Can I have the wrong version of
DLLs or something like that?
Any help is much appreciated,
TK
Comment