class ODBCEnvironment ODBCHandle { h; handle; type; }
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.
corresponds to SQLAllocConnect.
(The following functions are inherited from: ODBCHandle)
corresponds to SQLGetDiagRec.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.