Executes a simple query and returns a new query Handle for receiving the results.
DBResultSet SQL_Query(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.
A new Query Handle on success, INVALID_HANDLE otherwise. The Handle must be freed with CloseHandle().
Invalid database Handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.