From:             [EMAIL PROTECTED]
Operating system: All
PHP version:      4.0.3pl1
PHP Bug Type:     Feature/Change Request
Bug description:  Significant portions of the InterBase API have no PHP representation.

InterBase has four functions for executing SQL commands. The current PHP wrappers use 
one: isc_dsql_execute.

If you had to choose which of the prepared execute functions to wrap 
isc_dsql_execute2() would have been a better choice. This would have allowed things 
like EXECUTE PROCEDURE in addition to all the functionality of isc_dsql_execute(). It 
would also remove the need to use SELECT to run a procedure.

More importantly is that isc_dsql_execute_immediate() and isc_dsql_exec_immed2() are 
not exposed in any form.

Along the same lines functions for managing users would be nice as well 
(isc_add/delete/modify_user).



-- 
Edit Bug report at: http://bugs.php.net/?id=8897&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