Home » Programming

Portable MDB2XML

Convert MDB to XML

This utility converts a MS Access database (MDB) to an XML document. Simple enter the name of the MDB file, give the name of the output file and press Convert. The total number of converted records is displayed in the results list control. MDB2XML makes is build using the classes CXmlDocument and CXmlElement which are explained in the Classes section of this website.