Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browsing a DataSet
Message
From
22/09/2003 14:52:05
 
 
To
22/09/2003 14:47:59
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00831206
Message ID:
00831208
Views:
34
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform