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
srini vasan
NA
1
0
how to take user defined tablename from a database ----query using odbc
Sep 20 2005 1:09 AM
hi
i used a sqlquery to select the user defined tables in database like this
SELECT name FROM sysobjects WHERE type ='u'
when i use the same using odbc like the below it fails to retrieve to the table names
OdbcCommand cmd=
new
OdbcCommand("SELECT name FROM sysobjects WHERE type ='u' ",con);
thankx in advance
srini
Reply
Answers (
0
)
reading image from access database
How to fetch userdefined tablename from odbc database