DBF
From Just Solve the File Format Problem
(Difference between revisions)
m (→See also) |
(Added Kaitai Struct link) |
||
Line 5: | Line 5: | ||
|locfdd={{LoCFDD|fdd000325}} | |locfdd={{LoCFDD|fdd000325}} | ||
|pronom={{PRONOM|x-fmt/9}}, others | |pronom={{PRONOM|x-fmt/9}}, others | ||
+ | |kaitai struct=dbf | ||
}} | }} | ||
'''DBF''' is a family of database file formats associated with the dBase, FoxBase, FoxPro, and Visual FoxPro lines of database software. | '''DBF''' is a family of database file formats associated with the dBase, FoxBase, FoxPro, and Visual FoxPro lines of database software. |
Revision as of 15:01, 30 June 2017
DBF is a family of database file formats associated with the dBase, FoxBase, FoxPro, and Visual FoxPro lines of database software.
Contents |
Identifiers
Format | Version | PRONOM | Remarks |
---|---|---|---|
dBASE Database | II | x-fmt/8 | |
dBASE Database | III | x-fmt/9 | Refer to dBase III |
dBASE Database | III+ | x-fmt/271 | |
dBASE Database | IV | x-fmt/10 | |
dBASE Database | V | x-fmt/272 | |
dBASE for Windows database | 5.0 | x-fmt/380 | |
FoxPro Database | 2.x | fmt/373 | |
FoxPro Database | 2.0 | x-fmt/6 | |
FoxPro Database | 2.5 | x-fmt/7 | |
FoxPro Database | 2.6 | x-fmt/242 | |
Visual FoxPro Database Table File | 5.0 | fmt/374 |
The PRONOM database includes many other DBF-based formats, not listed above.
Specifications
- Wikipedia: .dbf
- dBase version 7 file header format
- MSDN: Table File Structure
- DBF File structure
- dBase File Structure at dBase knowledge base
- Xbase file format description
Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)