Frees resources for a handle allocated, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLFreeHandle ( SQLSMALLINT HandleType, SQLHANDLE Handle );
HandleType The type of handle to be allocated. UltraLite supports the following handle types:
Handle The handle to be freed.
SQLFreeHandle should be called for each handle allocated using SQLAllocHandle, when the handle is no longer needed.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |