Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xml
Message
 
 
To
06/02/2002 14:08:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Xml
Miscellaneous
Thread ID:
00616222
Message ID:
00616393
Views:
21
>Somebody know any example for XMLtocursor()????
>
>thank you in advance

Here's an example based on VFP sample data
OPEN DATABASE "C:\Program Files\microsoft visual foxpro 7\Samples\Data\testdata.dbc"
USE testdata!customer
CursorToXML("customer", "lcStr")
XMLTOCURSOR(lcStr, "mycursor")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform