odbc_execDescriptionresource odbc_exec ( resource connection_id, string query_string [, int flags] )Returns FALSE on error. Returns an ODBC result identifier if the SQL command was executed successfully.
odbc_exec() will send an SQL statement to the
database server specified by
See also: odbc_prepare() and odbc_execute() for multiple execution of SQL statements. | ||