[PHP-DB] Bug Workaround: win2k/IIS5/php4(ISAPI) connecting oracle 8.1.5 vai ODBC From: Helio (helio <email protected>)
Date: 07/13/00

If you have plans to use win2k/IIS5/php4(ISAPI) connecting oracle 8.1, via ODBC save this message.

1st. download odbc drivers from oracle.It's free.
2nd. install them and disable LOB option with odbc administrator,
     otherwise you will get "Access Violation at 04c2ea36" error
3rd. use odbc_prepare/odbc_execute instead of odbc_exec
     odbc_exec crashes on subselects

Regards,
-----------------------------------------------------
Hélio S. Silva - http://www.guiadobairro.com.br
"Eu Uso LINUX" - http://www2.uol.com.br/info/linux
Tel +55 11 9999-2889
Sao Paulo,SP - BRASIL helio <email protected>

-- 
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>