native
SQL_PrepareQuery
Syntax
native Handle:SQL_PrepareQuery(Handle:db, const fmt[], any:...);
Description
Prepares a query.
The query must always be freed.
This does not actually do the query!
native
native Handle:SQL_PrepareQuery(Handle:db, const fmt[], any:...);
Prepares a query.
The query must always be freed.
This does not actually do the query!