Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 813 Bytes

File metadata and controls

17 lines (17 loc) · 813 Bytes
title Implicitly Allocated Descriptors
description Implicitly Allocated Descriptors
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, sunilbs, mcimfl
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic concept-article
helpviewer_keywords
descriptors [ODBC], allocating and freeing
implicitly allocated descriptors [ODBC]
allocating and freeing descriptors [ODBC]

Implicitly Allocated Descriptors

When a statement handle is allocated, the application implicitly allocates one set of four descriptors. The application can obtain the handles of these implicitly allocated descriptors as attributes of the statement handle. When the application frees the statement handle, the driver frees all implicitly allocated descriptors on that handle.