Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get data from XML file to VFP table
Message
 
To
21/07/2004 02:25:54
Raoshan Kumar
Softinfo Systems Pvt. Ltd.
New Delhi, India
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00926039
Message ID:
00926464
Views:
12
I never used that function before, but according to HELP You can use it:
myXMLFile = "c:\test\MyXML.XML"
XMLTOCURSOR(myXMLFile,"cMyCursorName", 512) && The flag 512 is importand if you send a filename to function


* --- or ---*

myXMLFile = FILETOSTR("c:\test\MyXML.XML")

XMLTOCURSOR(myXMLFile,"cMyCursorName")
of course all above is according to HELP in VFP 8.0 (sorry)

HTH
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform