|
odbc_executeExecute a prepared statement Description
bool odbc_execute
( resource
$result_id
[, array $parameters_array
] )Executes a statement prepared with odbc_prepare. Parameters
Return Values
Returns Examples
Example #1 odbc_execute and odbc_prepare example
In the following code, $success will only be
<?php If you need to call a stored procedure using INOUT or OUT parameters, the recommended workaround is to use a native extension for your database (for example, mssql for MS SQL Server, or oci8 for Oracle). Changelog
See Also
|