Sets the character set of the current connection. Like SET NAMES .. in mysql, but stays after connection problems.
Example: "utf8", "latin1"
bool SQL_SetCharset(Handle database, const char[] charset)
Database Handle.
The character set string to change to.
True, if character set was changed, false otherwise.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.