odbc_exec

Example

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

Description

Sends an SQL statement to the database server.

Return Values

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