Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browsing a DataSet
Message
De
22/09/2003 14:52:05
 
 
À
22/09/2003 14:47:59
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00831206
Message ID:
00831208
Vues:
36
Hi, Jerry.

>While debugging, I like to browse the content of my DataSet.
>In VFP, this is fairly easy. How can I easily browse the contents of a DataSet while debugging in C#?

I've been using the VFPToolkit for .Net (www.gotdotnet.com). It's just a matter of adding a reference to it on your project and using something like this in your code:
VFPToolkit.vfpData.Browse(MyDS.Tables["MyTable"].DefaultView);
HTH
Claudio Lassala
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform