ODBC 함수 목록
PHP Manual

odbc_exec

(PHP 4, PHP 5)

odbc_execPrepare and execute a 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.

참고


ODBC 함수 목록
PHP Manual