Debug & Command Window

  • Thread starter Thread starter Bruce D
  • Start date Start date
B

Bruce D

When I'm debugging my program...it would be nice to be able to see what my
datatable has in it. I'm currently trying to figure out a way by using the
command window.
I read something about dataset.getxml()...but I have my data stored in a
datatable.
I know I can do:
? dt.rows(0).item("name")
But I was hoping to display the entire content.

Any ideas?

-bruce
 
What database are you working with?
If it's an SQL Server, open Query Analyzer and select data.
If it's MS Access, you could do the same by opening a file directly, without
using VS IDE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top