DBF
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Moved some links from the dBase III article) | |||
| Line 41: | Line 41: | ||
| == 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 61: | Line 66: | ||
| * [[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]] | ||
Revision as of 15:52, 13 March 2016
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)

