Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get data from XML file to VFP table
Message
 
À
21/07/2004 02:25:54
Raoshan Kumar
Softinfo Systems Pvt. Ltd.
New Delhi, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00926039
Message ID:
00926464
Vues:
10
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform