ODBC_EXEC(3) 1 ODBC_EXEC(3)
odbc_exec - Prepare and execute an SQL statement
SYNOPSIS
resource odbc_exec (resource $connection_id, string $query_string, [int $flags])
DESCRIPTION
Sends an SQL statement to the database server.
PARAMETERS
o $connection_id
-The ODBC connection identifier, see odbc_connect(3) for details.
o $query_string
- The SQL statement.
o $flags
- This parameter is currently not used.
RETURN VALUES
Returns an ODBC result identifier if the SQL command was executed successfully, or FALSE on error.
SEE ALSO
odbc_prepare(3), odbc_execute(3).
PHP Documentation Group ODBC_EXEC(3)