stock

SQL_QueryAndIgnore

Syntax

stock SQL_QueryAndIgnore(Handle:db, const queryfmt[], any:...)

Description

Use this for executing a query and not caring about the error.

Parameters

db A connection handle returned from SQL_Connect().
queryfmt The query string that can be formated with format specifiers.

Pram

... Additional arguments for formating the query.

Return

-1 on error.
>= 0 on success (with the number of affected rows).