Getting tables from a database
Database
3
Posts
3
Posters
0
Views
1
Watching
-
Maybe i've overlooked it, but can someone tell me how I could get a list of all the tables in a database once i've connected? (C#). Thankyou. Mark.
-
Maybe i've overlooked it, but can someone tell me how I could get a list of all the tables in a database once i've connected? (C#). Thankyou. Mark.
If you using SQL Server Try this select object_name(id) from sysObjects where type = 'u'
N.Rajakumar B.E., Application Developer,