ODBCDescriptor
ODBCDescriptor — allocates a descriptor handle.
class ODBCDescriptor ODBCHandle
{
h;
handle;
type;
}
ODBCHandle
<-- ODBCDescriptor
This class allocates a descriptor handle. It corresponds to using the value
SQL_HANDLE_DESC for the
HandleType of the SQLAllocHandle function.