Microsoft Works Database
From Just Solve the File Format Problem
(Difference between revisions)
(add link to CodeAlchemists parser) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{FormatInfo | |
+ | | formattype=electronic | ||
+ | | subcat=Databases | ||
+ | | extensions={{ext|wdb}}, {{ext|bdb}} | ||
+ | | pronom={{PRONOM|fmt/256}}, others | ||
+ | }} | ||
+ | '''Microsoft Works Database''' is the native database format of the [[Microsoft Works]] office suite. | ||
− | + | See [[Microsoft Works]] for more information and resources. | |
− | + | == Identifiers == | |
+ | {| class="wikitable" | ||
+ | ! Format !! Version !! Ext. !! PRONOM | ||
+ | |- | ||
+ | |Microsoft Works Database for DOS || 1.05 || .wdb || {{PRONOM|fmt/169}} | ||
+ | |- | ||
+ | |Microsoft Works Database for DOS || 1.12 || .wdb || {{PRONOM|fmt/170}} | ||
+ | |- | ||
+ | |Microsoft Works Database for DOS || 2.0 || .wdb || {{PRONOM|fmt/171}} | ||
+ | |- | ||
+ | |Microsoft Works Database for DOS || 3 || .wdb || {{PRONOM|fmt/259}} | ||
+ | |- | ||
+ | |Microsoft Works Database for DOS || 3a || .wdb || {{PRONOM|fmt/260}} | ||
+ | |- | ||
+ | |Microsoft Works Database for DOS || 3b || .wdb || {{PRONOM|fmt/261}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 2.0 || .wdb || {{PRONOM|fmt/219}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 2.0a || .wdb || {{PRONOM|fmt/222}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 3.0 || .wdb || {{PRONOM|fmt/223}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 3.0a || .wdb || {{PRONOM|fmt/224}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 3.0b || .wdb || {{PRONOM|fmt/225}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 4.0 || .wdb || {{PRONOM|fmt/226}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 4.0a || .wdb || {{PRONOM|fmt/246}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 4.5 || .wdb || {{PRONOM|fmt/249}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 4.5a || .wdb || {{PRONOM|fmt/252}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Windows || 2000 || .wdb || {{PRONOM|fmt/256}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Macintosh || 3 || .wdb || {{PRONOM|fmt/268}} | ||
+ | |- | ||
+ | |Microsoft Works Database for Macintosh || 4 || .wdb || {{PRONOM|fmt/269}} | ||
+ | |- | ||
+ | |Microsoft Works Database [backup file] || || .bdb || {{PRONOM|x-fmt/344}} | ||
+ | |} | ||
− | + | == Identification == | |
+ | Early WDB files (versions 1-2) may begin with (hex) {{magic|20 54 02 00 00 00 05 54 02 00}}. | ||
+ | |||
+ | Later versions 3-9 are based on [[Microsoft Compound File]] format. The ''root CLSID'' {00021303-0000-0000-c000-000000000046} has been observed. | ||
+ | |||
+ | ==Screenshots== | ||
+ | [[Image:MSWorksDatabase6.0-SaveAsDialog.png|300px]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|document/microsoftWorksDatabase}} | ||
+ | |||
+ | == Links == | ||
+ | * A partial parser is available here: https://bitbucket.org/jesseweinstein/sundry-python-stuff/src/82df96b0efd6acd144d39a18c6a244dced577664/msworks.py?at=master | ||
+ | * Documentation of the format (based on the parser above) is at: http://en.wikipedia.org/wiki/User:JesseW/wdb_format | ||
+ | * Another parser is available here (written in Java): http://www.codealchemists.com/worksdatabaseconverter/ | ||
+ | |||
+ | [[Category:Microsoft]] | ||
+ | [[Category:Microsoft Compound File]] |
Latest revision as of 04:07, 28 December 2023
Microsoft Works Database is the native database format of the Microsoft Works office suite.
See Microsoft Works for more information and resources.
Contents |
[edit] Identifiers
Format | Version | Ext. | PRONOM |
---|---|---|---|
Microsoft Works Database for DOS | 1.05 | .wdb | fmt/169 |
Microsoft Works Database for DOS | 1.12 | .wdb | fmt/170 |
Microsoft Works Database for DOS | 2.0 | .wdb | fmt/171 |
Microsoft Works Database for DOS | 3 | .wdb | fmt/259 |
Microsoft Works Database for DOS | 3a | .wdb | fmt/260 |
Microsoft Works Database for DOS | 3b | .wdb | fmt/261 |
Microsoft Works Database for Windows | 2.0 | .wdb | fmt/219 |
Microsoft Works Database for Windows | 2.0a | .wdb | fmt/222 |
Microsoft Works Database for Windows | 3.0 | .wdb | fmt/223 |
Microsoft Works Database for Windows | 3.0a | .wdb | fmt/224 |
Microsoft Works Database for Windows | 3.0b | .wdb | fmt/225 |
Microsoft Works Database for Windows | 4.0 | .wdb | fmt/226 |
Microsoft Works Database for Windows | 4.0a | .wdb | fmt/246 |
Microsoft Works Database for Windows | 4.5 | .wdb | fmt/249 |
Microsoft Works Database for Windows | 4.5a | .wdb | fmt/252 |
Microsoft Works Database for Windows | 2000 | .wdb | fmt/256 |
Microsoft Works Database for Macintosh | 3 | .wdb | fmt/268 |
Microsoft Works Database for Macintosh | 4 | .wdb | fmt/269 |
Microsoft Works Database [backup file] | .bdb | x-fmt/344 |
[edit] Identification
Early WDB files (versions 1-2) may begin with (hex) 20 54 02 00 00 00 05 54 02 00
.
Later versions 3-9 are based on Microsoft Compound File format. The root CLSID {00021303-0000-0000-c000-000000000046} has been observed.
[edit] Screenshots
[edit] Sample files
[edit] Links
- A partial parser is available here: https://bitbucket.org/jesseweinstein/sundry-python-stuff/src/82df96b0efd6acd144d39a18c6a244dced577664/msworks.py?at=master
- Documentation of the format (based on the parser above) is at: http://en.wikipedia.org/wiki/User:JesseW/wdb_format
- Another parser is available here (written in Java): http://www.codealchemists.com/worksdatabaseconverter/