Freeing Descriptors
Implicitly allocated descriptors can only be freed by calling SQLDisconnect, which drops any statements or descriptors open on the connection, or by
calling SQLFreeHandle with a HandleType of SQL_HANDLE_STMT to free a statement handle and all the implicitly
allocated descriptors associated with the statement. An implicitly allocated descriptor
cannot be freed by calling SQLFreeHandle with a HandleType of SQL_HANDLE_DESC.
Even when freed, an implicitly allocated descriptor remains valid, and SQLGetDescField can be called on its fields.