native Handle:SQL_Connect(Handle:cn_tuple, &errcode, error[], maxlength);
cn_tuple | Tuple handle, returned from SQL_MakeDbTuple(). |
errcode | An error code set by reference. |
error | String where error string will be stored. |
maxlength | Maximum length of the error buffer. |
Opens a database connection.
Returns an SQL connection handle, which must be freed. Returns Empty_Handle on failure.
Invalid info tuple handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.