ODBCEnvironment
ODBCEnvironment — allocates an environment handle.
class ODBCEnvironment ODBCHandle
{
h;
handle;
type;
}
ODBCHandle
<-- ODBCEnvironment
This class allocates an environment handle. It corresponds to using the value
SQL_HANDLE_ENV for the
HandleType of the SQLAllocHandle function.
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. |
AllocConnection ()
corresponds to SQLAllocConnect.
(The following functions are inherited from: ODBCHandle)
GetDiagRec ()
corresponds to SQLGetDiagRec.