Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmltocursor() help !!!
Message
 
 
To
06/02/2002 15:32:13
Fabian Borghi
Xenon Information Technology
Itaparica, Brazil
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
00616261
Message ID:
00616394
Views:
31
>Hello:
>Somebody have any example for this function "xmltocursor()" ?
>
>Thanks 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
Reply
Map
View

Click here to load this message in the networking platform