ODBCDescriptor

ODBCDescriptor — allocates a descriptor handle.

Synopsis

class ODBCDescriptor ODBCHandle
{
    h;
    handle;
    type;
}
    

Base Classes

ODBCHandle <-- ODBCDescriptor

Description

This class allocates a descriptor handle. It corresponds to using the value SQL_HANDLE_DESC for the HandleType of the SQLAllocHandle function.