|
I'm sure their are multiple vendors. We've even built
our own simple mapping tool. Good choices are the IBM
WDSC (WebSphere Development Studio Client
for iSeries) XML tools. Most customers can get this tool at
no charge. Included are two XML tools that can convert
DB2 data to XML:
1. IF you BUY IBM's DB2 Extender software for iSeries
(expensive), you can use two simple wizards to move DB2
data to and from XML documents:
A. The XML to RDB mapping wizard to store XML data in DB2.
B. The XML SQL Query wizard to extract DB2 data to XML.
2. IF you want a simple, no charge, portable solution
for any database and don't mind coding a little Java,
use the SQLtoXML and XMLtoSQL classes. I prefer
these. ==================================
MORE INFORMATION ON THIS TOPIC
==================================
Check out these Best Web Links on Web development.
Ask the Experts yourself: Our Web development gurus are waiting to answer your questions.
Ask your Web development & WebSphere questions -- or help out your peers by answering them--in our WebSphere & Web Development Forum.
|