native
SQL_Connect
Syntax
native Handle:SQL_Connect(Handle:cn_tuple, &errcode, error[], maxlength);
Description
Opens a database connection.
Returns an SQL handle, which must be freed.
Returns Empty_Handle on failure.
native
native Handle:SQL_Connect(Handle:cn_tuple, &errcode, error[], maxlength);
Opens a database connection.
Returns an SQL handle, which must be freed.
Returns Empty_Handle on failure.