update : 2015.11.03
php.shukuma.com검색:
|
odbc_exec(PHP 4, PHP 5) odbc_exec — Prepare and execute an SQL statement 설명
resource odbc_exec
( resource
$connection_id
, string $query_string
[, int $flags
] )Sends an SQL statement to the database server. 인수
반환값
Returns an ODBC result identifier if the SQL command was executed
successfully, or 참고
|