DB2XML 1.4

DB2XMLlogo

Transforming relational databases into XML documents


DB2XML is a tool for transforming data from relational databases into Extensible Markup Language (XML) documents. It is written in 100% pure Java. DB2XML provides three main functions:

DB2XML can be used: The generated XML is represented as a W3C DOM object or by DB2XML specific data structure. These objects can also be accessed as streams or as byte arrays.

DB2XML comes with an easy to use graphical user interface and accesses databases using JDBC drivers. It requires JDK 1.1.x and a database with a JDBC driver (or a ODBC driver using the JDBC-ODBC bridge). It has been tested with several different databases and drivers including Oracle, Microsoft Access and SQL-Server, InstantDB, DB2 and MySQL.

The license conditions are stated in the DB2XML license policy. For a list of JDBC drivers see JavaSoft JDBC page.

Note: The term DB2XML is not affiliated in any manner with the IBM DB2 Universal Database product.

Future developments

Release 1.4 is one step towards Version 2 which will give users much more control over the structure of the XML documents.

Paper

There is a paper on the design of DB2XML available:
Making legacy data accessible for XML applications (ps, pdf)

Contents

Last updated: October, 1 2001.

DB2XML Home page

The location of the DB2XML home page: http://www.informatik.fh-wiesbaden.de/~turau/DB2XML/index.html

New in Version 1.4

October, 1 2001 Version 1.4

TO DO


Contact

Technical questions, comments, and bug reports to turau@informatik.fh-wiesbaden.de.

Please include information about your environment:
name and version of database, name and version of driver, operating system and version of DB2XML.

Author

Volker Turau Authors Home Page