#include <environment.h>
Public Member Functions | |
| Environment () | |
| Allocate an ODBC environment. | |
Private Attributes | |
| SQLHENV | f_environment |
Definition at line 6 of file environment.h.
| Environment::Environment | ( | ) |
Allocate an ODBC environment.
This function initializes an environment object.
It immediately allocates an ODBC environment and thus it can right away be used to create connections.
| odbc_exception_no_environment | If the allocation fails, an odbc_exception_no_environment will be thrown. |
Definition at line 42 of file environment.cpp.
References f_environment.
SQLHENV Environment::f_environment [private] |
1.4.7