DbfHeader Class |
Namespace: XSharp.RDD
The DbfHeader type exposes the following members.
Name | Description | |
---|---|---|
CodePage | Code Page | |
Day | Day of last update | |
DbaseLan | dBASE IV LAN value. | |
Encrypted | dBASE IV encryption flag. | |
FieldCount | ||
HeaderLen | Number of bytes in the header. (Least significant byte first.) | |
IsAnsi | Is the codepage an Ansi codepage | |
LastUpdate | Date of last update. | |
Month | Month of last update | |
MultiUser | dBASE IV Multi User value. | |
RecCount | Number of records in the table. (Least significant byte first.) | |
RecordLen | Length of one data record, including deleted flag | |
Reserved1 | Reserved flag at position 12 | |
Reserved2 | Reserved flag at position 24 | |
Reserved3 | Reserved flag at position 30 | |
TableFlags | Table Flags | |
Transaction | Flag indicating incomplete dBASE IV transaction. | |
Version | ||
Year | Year of last update
YY is added to a base of 1900 decimal to determine the actual year.
Therefore, YY has possible values from 0x00-0xFF, which allows for a range from 1900-2155. |