DBF
From Just Solve the File Format Problem
(Difference between revisions)
(Moved some links from the dBase III article) |
(Added sample files) |
||
(4 intermediate revisions by 3 users not shown) | |||
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. | ||
Line 41: | Line 42: | ||
== Specifications == | == Specifications == | ||
+ | * [[Wikipedia: .dbf]] | ||
* [http://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm dBase version 7 file header format] | * [http://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm dBase version 7 file header format] | ||
+ | * [https://msdn.microsoft.com/en-us/library/aa975386%28v=vs.71%29.aspx MSDN: Table File Structure] | ||
+ | * [http://www.dbf2002.com/dbf-file-format.html DBF File structure] | ||
+ | * [http://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm dBase File Structure at dBase knowledge base] | ||
+ | * [http://www.clicketyclick.dk/databases/xbase/format/index.html Xbase file format description] | ||
== Metaformat files == | == Metaformat files == | ||
Line 54: | Line 60: | ||
* [[dBase programming language]] | * [[dBase programming language]] | ||
* [[FoxPro programming language]] | * [[FoxPro programming language]] | ||
− | * [[Clipper programming language]] | + | * [[Clipper (programming language)]] |
+ | |||
+ | == Software == | ||
+ | * [https://github.com/unoconv/unoconv unoconv] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|document/dbf}} | ||
== Links == | == Links == | ||
Line 61: | Line 73: | ||
* [[Wikipedia: FoxPro]] | * [[Wikipedia: FoxPro]] | ||
* [[Wikipedia: Visual FoxPro]] | * [[Wikipedia: Visual FoxPro]] | ||
− | |||
* [http://www.jjtc.com/Fox/foxfiles/ Neil's FoxFiles] | * [http://www.jjtc.com/Fox/foxfiles/ Neil's FoxFiles] | ||
− | |||
− | |||
− | |||
* [https://github.com/hisamu/php-xbase PHP XBase - A parser for dbf files using PHP] | * [https://github.com/hisamu/php-xbase PHP XBase - A parser for dbf files using PHP] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] |
Latest revision as of 15:21, 28 December 2023
DBF is a family of database file formats associated with the dBase, FoxBase, FoxPro, and Visual FoxPro lines of database software.
Contents |
[edit] 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.
[edit] 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
[edit] Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)