Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging ADO.NET datatables
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00723529
Message ID:
00724044
Views:
22
This message has been marked as the solution to the initial question of the thread.
Hi Kevin

Try the following in the Command window:
? ds.WriteXml("C:\\Output.xml")
Then you can open the file with the IE

Regards,
Jose.

>If I set a breakpoint in a .NET app, is there anyway to display the contents of a datatable?
>
>There are times when I'm debugging an app, where I'd like to 'browse' a particular data table (instead of going to the watch window and repeatedly typing mytable.rows[irow]["fieldname"] )
>
>I realize that if I know in advance which table I want to 'view', I could drop a grid on a form, but sometimes I need to look at multiple tables.
>
>Has anyone developed any type of debugging 'add-in' that would allow a developer to view the contents of a datatable while debugging [sort of like being able to BROWSE a table/cursor in VFP while debugging].
>
>Thanks,
>Kevin
------------------
Jose Marcenaro
Tercer Planeta - Argentina
http://www.tercerplaneta.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform