PHP.nl

odbc_exec

odbc_exec

Directly execute an SQL statement

 **odbc_exec** Odbc\Connection $odbc string $query

Sends an SQL statement to the database server.

odbc``queryThe SQL statement.

odbc.result.object-return if the SQL command was executed successfully, or false on error.

odbc_prepare``odbc_execute