odbc_exec

 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 FALSE on error.