Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to manipulate dataset from .NET
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00802688
Message ID:
00802698
Vues:
39
Here's a small example in VFP8. oDS is the variable containing the return value from your web service. This example also assumes one table in the result set, but you could easily set it up to loop through the Tables collection, calling ToCursor on each item.
* Convert ADO.Net dataset to a cursor
oXMLAdapter = CREATEOBJECT("XMLAdapter")
oXMLAdapter.Attach(oDS.item[1], oDS.item[0]) && node 0 is the schema
oXMLAdapter.Tables.Item(1).ToCursor(.F., "ResultCursor")
>Hi,
>How could I manipulate/display dataset returned from .NET Webservice in VFP?
>
>Thank you
Ryan Katri
COB System Designs, Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform