Xbase64 4.0.1
C++ Library for handling Xbase (DBF) format type files
|
Schema used for defining tables with CreateTable methods. More...
#include <xbdbf.h>
Data Fields | |
char | cFieldName [11] |
char | cType |
xbInt16 | iFieldLen |
xbInt16 | iNoOfDecs |
Schema used for defining tables with CreateTable methods.
See program xb_ex_v3_create_dbf.cpp or xb_ex_v4_create_dbf.cpp as examples on how to use.
char xb::xbSchema::cFieldName[11] |
char xb::xbSchema::cType |
xbInt16 xb::xbSchema::iFieldLen |
xbInt16 xb::xbSchema::iNoOfDecs |