|
Calling Oracle Stored Procedure with ODBC with PHP
I'm trying to connect to an Oracle DB using PHP, ODBC, and calling a stored procedure that contains IN and OUT params. PHP contains ODBC functions that will work for Oracle stored procedures with IN parameters, but does not have anything for OUT parameters. PHP's documentation states to use the OCI8 driver, which I've gotten to work before, but our sys admin cannot get the OCI8 driver to work anymore. So, I'm stuck with trying ODBC. Does anyone know how to do this? Is it possible? Thanks for the help!
|