Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to export VFP Table to XML
Message
 
 
To
11/07/2003 21:22:41
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00809500
Message ID:
00809502
Views:
69
>Can anyone show me how to export VFP Table to XML by using XMLAdapter.
>
>TIA.

The following code will convert open mytable table to XML string using default settings.
oAdapter = CREATEOBJECT("XMLAdapter")
oAdapter.AddTableSchema("mytable")
lcXml = ""
oAdapter.ToXML("lcXml")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform