native

SQL_Execute

Syntax

native SQL_Execute(Handle:query);

Description

Executes an already prepared query.

Parameters

query Handle of a prepared query to be executed.

Note

You can call this multiple times as long as its parent connection is kept open.
Each time the result set from the previous call will be freed.

Return

1 if the query succeeded, 0 if the query failed.

Error

Invalid query handle.