Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xmltocursor() help !!!
Message
 
 
À
06/02/2002 15:32:13
Fabian Borghi
Xenon Information Technology
Itaparica, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00616261
Message ID:
00616394
Vues:
33
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform