Signature
native SQL_Execute(Handle:query);
Description
Executes an already prepared query.
Notes
-
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.
Parameters
- query — Handle of a prepared query to be executed.
Returns
1 if the query succeeded, 0 if the query failed.
Errors
- Invalid query handle.