PHP » GoLang |
login |
register |
about
|
odbc_execute(PHP 4, PHP 5, PHP 7) odbc_execute — Execute 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
|
more
Recently updated
more
Most requested
more
Last requests
|