TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
howard.kline
NA
15
0
List of tables from database
Mar 19 2004 3:25 PM
I need to display all tables within a specified database. I believe it has something to do with the SqlDatAdapter object I create. //Create SqlDataAdapter object da = new SqlDataAdapter(SQLstring,objConn); //Create data set object ds = new DataSet(); //fill dataset da.Fill(ds,Table); Thanks.
Reply
Answers (
2
)
Adding apostrophes to a record section
Saving Images