dbTalk Databases Forums  

Problem with PureXML

comp.databases.ibm-db2 comp.databases.ibm-db2


Discuss Problem with PureXML in the comp.databases.ibm-db2 forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
iza.klosinska
 
Posts: n/a

Default Problem with PureXML - 05-12-2011 , 12:45 AM






Hi,

I have problem with PureXML. I have two tables, for examle:

table Document
id int not null
invoice xml not null

table Contractor
id int not null,
Name varchar not null
TaxID varchar not null
Adress xml null


There's a invoice in table Document. My job is take from the xml data
like name, taxid, adress and insert into table Contractor.
My problem is that I don't know how to mix relational and xml data in
one insert statement.

If somebody know I'll be very greatfull

Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.