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 |