stock SQL_QueryAndIgnore(Handle:db, const queryfmt[], any:...)
db | A connection handle returned from SQL_Connect(). |
queryfmt | The query string that can be formated with format specifiers. |
Use this for executing a query and not caring about the error.
... Additional arguments for formating the query.
1 on error. >= 0 on success (with the number of affected rows).
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.