This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Definition at line 8 of file odbcEnv.h.
00009 { 00010 E0, // Environment in unallocated state. (DriverManager) 00011 E1, // Allocated Environment , hdbc in unallocated state. 00012 E2 // Allocated Environment , allocated hdbc. 00013 } EnvState_t ;