DAL: DataTable Visualizer

Posted Fri, Jul 10 2009 13:05 by Deborah Kurata

This post details how to use the DataTable Visualizer. The DataTable Visualizer is a debugging tool that allows you to see and edit the contents of a DataTable while you are debugging.

NOTE: There is also a DataSet Visualizer that works the same way for DataSets instead of DataTables.

To use the DataTable Visualizer:

  1. Set a break point on any line of code after you have a DataTable populated.
     
  2. Run your application until it stops at the break point.
     
  3. Hover over your DataTable variable.
    You should get a tooltip that displays a magnifying glass. image
    Note: Though this example shows C# code, this technique works the same in VB.
     
  4. Click on the arrow next to the magnifying glass to display the drop down menu.
    image
  5. Select the "DataTable Visualizer" menu option.
    The DataTable contents is then displayed:
    image

This allows you to view your DataTable and optionally update the data in the table for debugging or testing.

Enjoy!

Filed under: , , , , , ,

Comments

# Reading Comma Delimited Files

Tuesday, August 25, 2009 2:14 PM by Deborah's Developer MindScape

There may be times that you need to read delimited comma files into your application. For example, you

# Reading Fixed Length Files

Tuesday, August 25, 2009 3:34 PM by Deborah's Developer MindScape

There may be times that you need to read fixed length files into your application. For example, you obtain

# Reading Fixed Length Files

Tuesday, August 25, 2009 3:43 PM by Deborah's Developer MindScape

There may be times that you need to read fixed length files into your application. For example, you obtain

# Retrieve a DataTable using Microsoft Access

Tuesday, August 25, 2009 7:20 PM by Deborah's Developer MindScape

Despite the fact that there is a free version of SQL Server called SQL Server Express , there are still

# re: DAL: DataTable Visualizer

Wednesday, October 21, 2009 5:00 AM by Carine

Thank You so much !! i was lookin 4 it since more than 1 month.. i just found the solution :)

Leave a Comment

(required) 
(required) 
(optional)
(required)