Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / ADO.NET / March 2004

Tip: Looking for answers? Try searching our database.

How to read database metadata

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kari - 23 Mar 2004 13:29 GMT
Hi

Is there an easy way of reading names of tables in a database? I would like
to read all user tables from a SQL Server database and show table names in
a list (to let user select which ones to export). I use C#, ADO.NET and SQL
Server.

-Kari

PS. I'm trying to change from Java to C# but I have problems with things
that I could easily do with Java and have no idea of how to do them in C#.
It's not as easy as I thought, at least not to me.
Jim Hughes - 23 Mar 2004 15:49 GMT
sp_tables

or

select name from sysobjects where type='u'

> Hi
>
[quoted text clipped - 8 lines]
> that I could easily do with Java and have no idea of how to do them in C#.
> It's not as easy as I thought, at least not to me.
Miha Markic [MVP C#] - 23 Mar 2004 18:08 GMT
Hi Kari,

Another way (to what Jim suggested) would be to use
OleDbConnection.GetOleDbSchema method.

Signature

Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

> Hi
>
[quoted text clipped - 8 lines]
> that I could easily do with Java and have no idea of how to do them in C#.
> It's not as easy as I thought, at least not to me.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.