|
Xbase64 Class Library
3.1.2
|
Used to define the fields in a database (DBF file). More...
#include <xbdbf.h>
Public Attributes | |
| char | FieldName [11] |
| char | Type |
| unsigned char | FieldLen |
| unsigned char | NoOfDecs |
Used to define the fields in a database (DBF file).
Generally one would define an xbSchema array to be passed to xbDbf::CreateDatabase() to define the fields in the database.
For example, one might create a declaration as follows:
Note that the last xbSchema in an array must be a "null" entry like the one above:
To indicate the end of the array.
| unsigned char xbSchema::FieldLen |
| char xbSchema::FieldName[11] |
| unsigned char xbSchema::NoOfDecs |
| char xbSchema::Type |
1.8.6