Hi all,
I have 6 tables inside a MS Access 2003 mdb file.
I want to convert them as DB2 version -8 tables in AIX 5.2.
I have exported them as 6 XML files.
The XML files look fine.
Each record is embeded by a tag which is the table name.
Then, each column is embeded by a tag which is the column name.
Even memo fields are represented as multi-lines within its tag.
Each whole file just looks like a table of m x n cells, nice and neat.
However, after I transfer the XML files into AIX for DB2 importing,
it seems to me that DB2 has no such an importing option for XML.
There are options for IXF, DEL (i.e. CSV), ... etc but seems not for
XML.
Does anyone has similar experience ?
Does anyone know know to import that XML file into a table in DB2 ?
Thanks in advance.
Alvin SIU
I have 6 tables inside a MS Access 2003 mdb file.
I want to convert them as DB2 version -8 tables in AIX 5.2.
I have exported them as 6 XML files.
The XML files look fine.
Each record is embeded by a tag which is the table name.
Then, each column is embeded by a tag which is the column name.
Even memo fields are represented as multi-lines within its tag.
Each whole file just looks like a table of m x n cells, nice and neat.
However, after I transfer the XML files into AIX for DB2 importing,
it seems to me that DB2 has no such an importing option for XML.
There are options for IXF, DEL (i.e. CSV), ... etc but seems not for
XML.
Does anyone has similar experience ?
Does anyone know know to import that XML file into a table in DB2 ?
Thanks in advance.
Alvin SIU
Comment