Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
how to take user defined tablename from a database ----query using odbc
srini vasan
19y
1.7k
1
Reply
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
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
reading image from access database
How to fetch userdefined tablename from odbc database