If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
guys pls help me out here i wanna know can i put xml file as a whole into db2 9 and then retrieve data or manipulate or access it via the database ,....
thank u...
Yes, you can. db2 V9 has complete support for xml data type
see developersworks fro many articles/tutorials about xml select/updates...
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified http://www.infocura.be
dude i want to import the xml file directly .... in that method we have to first export it and then import it.....i want to import the xml file directly in my table.....can only exported data be imported.....
in the delimited input file for the xml column you specify the file name
11,"xxxxx","xml filename"
db2 import from delfile of del modified by lobsinfile insert into...
this will bring in the external file
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8