From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  Support for OUT parameters from Stored Procedures in ODBC wrapper

As of now the odbc-wrapper, for example used with DB2 databases, support
calling stored procedures. It supports IN parameters used with stored
procedures as well, but not OUT parameters (meaning you can get parameters
returned to PHP when calling a stored procedure). 

This is for example possible when using Perl and DBI (against DB2). The
method there that enables it is called Bind (where you bind a var to an out
parameter). Unfortunately this method is not available as odbc_bind. 

If this is by any chance possible I'd be more than happy!

I had a brief dialog with Frank Kromann ([EMAIL PROTECTED]), who was
involved with the ODBC wrapper implementation and he confirmed that a
binding or OUT parameter support was already there.

Best regards and thanks a mill,

Martin Jacobsen, Denmark
-- 
Edit bug report at: http://bugs.php.net/?id=13195&edit=1


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