update : 2015.11.03
php.shukuma.com

검색:
 
 
Prepare and execute an SQL statement

odbc_exec

(PHP 4, PHP 5)

odbc_execPrepare and execute an SQL statement

설명

resource odbc_exec ( resource $connection_id , string $query_string [, int $flags ] )

Sends an SQL statement to the database server.

인수

connection_id

ODBC 접속 식별자. odbc_connect()를 참고하십시오.

query_string

The SQL statement.

flags

This parameter is currently not used.

반환값

Returns an ODBC result identifier if the SQL command was executed successfully, or FALSE on error.

참고