SQL_FreeHandle
- Синтаксис
-
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.