Description
int
ovrimos_exec ( int
connection_id, string query)
ovrimos_exec() is used to
execute an SQL statement.
ovrimos_exec() executes an SQL
statement (query or update) and returns a result_id or FALSE. Evidently, the SQL
statement should not contain parameters.