Creates an SQL connection from a named configuration.
Database SQL_Connect(const char[] confname, bool persistent, char[] error, int maxlength)
Named configuration.
True to re-use a previous persistent connection if possible, false otherwise.
Error buffer.
Maximum length of the error buffer.
A database connection Handle, or INVALID_HANDLE on failure.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.