![]() |
MAK Data Logger API Documentation for HLA
|
allocates an environment and uses DtSqlIfErrorHandler to process errors To make most ODBC interface calls, it is necessary to first allocation an SQL environment object. More...
Inheritance diagram for DtSqlEnvironment:
Collaboration diagram for DtSqlEnvironment:Public Member Functions | |
| DtSqlEnvironment () | |
| CTOR. More... | |
| virtual | ~DtSqlEnvironment () |
| DTOR. More... | |
| SQLHENV | handle () |
| Return a handle to the environment object allocated. More... | |
Public Member Functions inherited from DtDatabaseEnvironment | |
| DtDatabaseEnvironment () | |
| Default CTOR. More... | |
| virtual | ~DtDatabaseEnvironment () |
| Default DTOR. More... | |
Protected Attributes | |
| SQLHENV | myHandle |
| DtSqlIfErrorHandler | myErrorHandler |
allocates an environment and uses DtSqlIfErrorHandler to process errors To make most ODBC interface calls, it is necessary to first allocation an SQL environment object.
This class allocates an environment, and uses DtSqlIfErrorHandler to process any errors.
| DtSqlEnvironment::DtSqlEnvironment | ( | ) |
CTOR.
|
virtual |
DTOR.
| SQLHENV DtSqlEnvironment::handle | ( | ) |
Return a handle to the environment object allocated.
|
protected |
|
protected |