December 5, 2018 at 2:44 am
Dear All,
I am new on using SQLXML Bulk Load object to import XML to SQL server for further checking, for the test i would like to current several tables from XML
Currently I have XSD definition and XML attached. However the following error when i execute the VBS
As the XML file is provided by another party and we cannot modify anything from it. Appreciated if anyone can advise
In addition, there is a new requirement to include Information to SQL tables, e.g.
<Information>
<Name>XXX</Name>
<Address>1 ABC Building</Address>
<Address>DEF Street</Address>
<Phone>2345679</Phone>
<Phone>4455113</Phone>
</Information>
It would be appreciated if anyone can guide me to achieve the goal
December 5, 2018 at 6:51 am
Have you validated the XML against the XSD?
😎
December 5, 2018 at 8:44 am
of course, no error.
Appreciated if you can advise how i can modify the XSD for SQLXMLBULK LOAD
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply