Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > loading xml into db2 tables

Reply
Thread Tools

loading xml into db2 tables

 
 
db2admin
Guest
Posts: n/a
 
      02-22-2007
hello,

is there any quick way to load xml into DB2 UDB tables

 
Reply With Quote
 
 
 
 
Joseph Kesselman
Guest
Posts: n/a
 
      02-22-2007
db2admin wrote:
> is there any quick way to load xml into DB2 UDB tables


In ast versions of DB2, IBM provided tools for "shredding" XML into DB2
tables.

But if you have DB2 9, it now has a native "pureXML" data representation
for XML, making DB2 both a world-class relational database *and* a
world-class XML database. See
http://www.ibm.com/software/data/db2/xml/

There will still be times when shredding makes sense... but you really
ought to look at this alternative; unless you're trying to feed old
table-based code pureXML is very likely to be a better answer.

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
 
Reply With Quote
 
 
 
 
Joseph Kesselman
Guest
Posts: n/a
 
      02-22-2007
BTW, you may also be interested to know that a slightly limited of DB2 9
is available as no-charge code, and includes pureXML support:
http://www-306.ibm.com/software/data/db2/express/

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
 
Reply With Quote
 
Joseph Kesselman
Guest
Posts: n/a
 
      02-22-2007
Joseph Kesselman wrote:
> In ast versions


Whups. "past versions", in case that wasn't obvious.

(Be sure brain is engaged before putting fingers in gear...)

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
xml.parsers.expat loading xml into a dict and whitespace kaens Python 6 05-23-2007 11:44 AM
Exception thrown & Failure in loading T2 native library db2jcct2 while connecting to db2/400 through java savita Java 1 12-30-2006 03:37 PM
DB2 under Windows XP - "Missing DB2 Libraries or headers" daf@jaade.com Ruby 0 04-26-2006 03:08 PM
Installing ruby-db2-0.4 for DB2 gives SQLConnect() errors. Dinesh Ruby 0 04-03-2006 04:20 AM
Hibernate 3.1 and db2 connecting using com.ibm.db2.jcc.DB2Driver crawstevenford@gmail.com Java 0 02-19-2006 08:20 PM



Advertisments