By Marcio Valerio Silva - 6/20/2011
I need to get a list of all tables and fields per table for mounting a tree view with data that will be displayed in a DataGridView, does anyone have any suggestions?
|
By Ivan George Borges - 6/23/2011
Hi Marcio.
Guess the way to go could be through a stored procedure, and then just use T-SQL to get them all. Lots of samples searching the internet, here one of them:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=112527
|
|