odbc_exec
Directly execute an SQL statement
Description
resourcefalse odbc_exec(resource $odbc
, string $query
)
Parameters
-
odbc
-
The ODBC connection identifier,
see odbc_connect for details.
-
query
-
The SQL statement.
Return Values
Returns an ODBC result identifier if the SQL command was executed
successfully, or false
on error.
See Also
- odbc_prepare
- odbc_execute