Yeah your post is pretty unreadable.
In general storing XML data in a relational dtabase is not straightforward. XML data is hierarchical which is different from the relational approach. Although most databases have XML import features/support nowadays.
You’re data is very simple though, so something like:
INSERT INTO Person VALUES (department,name,sex,age)
In reply to Re: XML data to database
by dHarry
in thread XML data to database
by sandy_1028
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |