DBF文件格式
DBF File structure
A DBF file consists of a header record and data records. The header record defines the structure of the table and contains any other information related to the table. The header record starts at file position zero. Data records follow the header, in consecutive bytes, and contain the actual text of the fields.
Note The data in the data file starts at the position indicated in bytes 8 to 9 of the header record. Data records begin with a delete flag byte. If this byte is an ASCII space (0x20), the record is not deleted. If the first byte is an asterisk (0x
The length of a record, in bytes, is determined by summing the defined lengths of all fields. Integers in table files are stored with the least significant byte first.
DBF File Header
|
Byte offset |
Description |
|
0 |
File type: |
|
1 - 3 |
Last update (YYMMDD) |
|
4 – 7 |
Number of records in file |
|
8 – 9 |
Position of first data record |
|
10 – 11 |
Length of one data record, including delete flag |
|
12 – 27 |
Reserved |
|
28 |
Table flags: |
|
29 |
Code page mark |
|
30 – 31 |
Reserved, contains 0x00 |
|
32 – n |
Field subrecords |
|
n+1 |
Header record terminator (0x0D) |
|
n+2 to n+264 |
A 263-byte range that contains the backlink, which is the relative path of an associated database (.dbc) file, information. If the first byte is 0x00, the file is not associated with a database. Therefore, database files always contain 0x00. |
Field Subrecords Structure
|
Byte offset |
Description |
|
0 – 10 |
Field name with a maximum of 10 characters. If less than 10, it is padded with null characters (0x00). |
|
11 |
Field type: |
|
12 – 15 |
Displacement of field in record |
|
16 |
Length of field (in bytes) |
|
17 |
Number of decimal places |
|
18 |
Field flags: |
|
19 - 22 |
Value of autoincrement Next value |
|
23 |
Value of autoincrement Step value |
|
24 – 31 |
Reserved |
浙公网安备 33010602011771号