Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xml
Message
 
 
À
06/02/2002 14:08:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Xml
Divers
Thread ID:
00616222
Message ID:
00616393
Vues:
22
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform