#include <SqlFactory.h>
Include dependency graph for odbcDbc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | CSqlOdbcDbc |
Enumerations | |
enum | DbcState_t { C0, C1, C2, C3, C4, C5, C6 } |
enum DbcState_t |
Definition at line 8 of file odbcDbc.h.
00009 { 00010 C0, // henv not allocated,hdbc not allocated 00011 C1, // henv allocated,hdbc not allocated 00012 C2, // henv allocated,hdbc allocated 00013 C3, // Connection function needs data 00014 C4, // Connected hdbc 00015 C5, // Connected hdbc, allocated statement 00016 C6 // Connected hdbc, Transaction in progress 00017 } DbcState_t ;