native
SQL_FreeHandle
Syntax
native SQL_FreeHandle(Handle:h);
Description
Frees an SQL handle.
Parameters
| h | Handle to be freed. |
|---|
Note
The handle can be to anything (tuple, connection, query, results, etc).
Note
If you free the database connection handle, it closes the connection as well.
Return
This function has no return value.