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. | |
| virtual | ~DtSqlEnvironment () |
| DTOR. | |
| SQLHENV | handle () |
| Return a handle to the environment object allocated. | |
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.