update : 2015.11.03
php.shukuma.com검색:
|
odbc_execute(PHP 4, PHP 5) odbc_execute — Execute a prepared statement 설명
bool odbc_execute
( resource
$result_id
[, array $parameters_array
] )Executes a statement prepared with odbc_prepare(). 인수
반환값
성공 시 예제
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). 변경점
|