ODBCHandle
ODBCHandle — a parent class for connections, descriptors, environments, and
statements.
class ODBCHandle
{
handle;
type;
}
This class is a parent class for ODBCConnection, ODBCDescriptor, ODBCEnvironment, and ODBCStatement
handles. Together, these classes provide the functionality of SQLAllocHandle.
These functions are identical to the corresponding C or C++ functions, as noted.
![]() | |
We have attempted to link to Microsoft function documentation for these, but you may need to search. |
GetDiagRec ()
corresponds to SQLGetDiagRec.