ODBCHandle

ODBCHandle — a parent class for connections, descriptors, environments, and statements.

Synopsis

class ODBCHandle
{
    handle;
    type;
}
    

Description

This class is a parent class for ODBCConnection, ODBCDescriptor, ODBCEnvironment, and ODBCStatement handles. Together, these classes provide the functionality of SQLAllocHandle.

Class Members

These functions are identical to the corresponding C or C++ functions, as noted.

GetDiagRec ()

corresponds to SQLGetDiagRec.