Executes a query and ignores the result set.
bool SQL_FastQuery(Handle database, const char[] query, int len)
A database Handle.
Query string.
Optional parameter to specify the query length, in bytes. This can be used to send binary queries that have a premature terminator.
True if query succeeded, false otherwise. Use SQL_GetError to find the last error.
Invalid database Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.