DESCRIPTION¶
Execute the SQL-statement statement
for the connection handle
to the SQL-server. The result is the handle if all went okay. If there was an error in the statement, 0 is returned.
The function is available only if the driver is compiled with mySQL support. In that case, __MYSQL__
is defined.
The efun triggers a privilege violation (“mysql”, “db_exec”).
HISTORY¶
- introduced (3.2.9)
- changed (3.2.11) – adds the privilege violation.