Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to export VFP Table to XML
Message
 
 
À
11/07/2003 21:22:41
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00809500
Message ID:
00809502
Vues:
55
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform