Convert any XML to MDB (Microsoft Access database) file. All tables will
be created, including necessary indexes and relationships Between tables.
Created for use as a command line tool.
Installation
Run setup.exe for installation. Uninstall from "Control Panel" / "Software".
If you do not want to run setup.exe, just copy xml2mdb.exe and ChilkatXml.dll
into some directory and run it. Should some Visual Basic DLL be missing, copy
them to System32 directory and register with regsvr32.
ChilkatXml.dll is a XML Active-X object for parsing XML documents.
Check http://www.chilkatsoft.com/ for Details. This DLL is distributed
royalty free. Conversion requires installed MS Access on The Target
computer. Microsoft Access is not a part of this distribution.
Command line switches (+/-)
quiet, q
No messages shown, see "Progress" tab for current actions.
recreate_database, d (default)
MDB file will be deleted, and re-created. When delete is not possible, all
tables and relationships will be deleted
extend_mdb
Structure of MDB will be extended by new tables and columns.