native
SQL_FreeHandle
Syntax
native SQL_FreeHandle(Handle:h);
Description
Frees an SQL handle.
The handle can be to anything (tuple, connection, query, results, etc).
If you free a database connection, it closes the connection as well.
native
native SQL_FreeHandle(Handle:h);
Frees an SQL handle.
The handle can be to anything (tuple, connection, query, results, etc).
If you free a database connection, it closes the connection as well.