Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmltocursor
Message
 
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Miscellaneous
Thread ID:
00877273
Message ID:
00877276
Views:
9
Try
lcxml = "z:\newclient\results.xml"
XMLTOCURSOR(lcxml, "mycursor4", 512)
>I have an xml file which I am trying to import into VFP cursor using
>lcxml = "z:\newclient\results.xml"
>XMLTOCURSOR("" + lcXML + "", "mycursor4"). When I run this I get an error
>XML Parse error: variable '_XMLCALVINH' is not found. node "VFPData"XML=
>z:\newclient\results.xml.
>But when I open the xml file and manually put the tags, and use
>XMLTOCURSOR("z:\tks\batch2.xml", "mycursor2", 512) ,it works fine.
>
> How can I import without manually inputting the VFPData tags.
>
>Thanks
>Bharat
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform