Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Another XML hitch

Status
Not open for further replies.

florindaniel

Programmer
Dec 4, 2009
120
RO
Hello,

I've noticed everything works fine using XMLAdapter, LoadXML and ToCursor if I import a XML file onto a database, except the situations when:
- the XML file contains xmlns=" or
- the XSD file contains targetNamespace="
In this case the structure of the tables is OK but no record is imported. If I manually edit the files and delete those espressions all works fine.

Any idea please? Is there some property I need to set?

Thank you,
Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top