
- Forum
- Programming Talk
- C Sharp
- Retrieve the List of Table Names
Retrieve the List of Table Names
This is a discussion on Retrieve the List of Table Names within the C Sharp forums, part of the Programming Talk category; Hi, How can I retrieve the list of table names from backend database ODBC connection, Using C#? Any Solution! Much ...
-
Retrieve the List of Table Names
Hi,
How can I retrieve the list of table names from backend database ODBC connection, Using C#?
Any Solution!
Much Thanks...
-
Hello Seenu, What is the databse you are using..? . Thanks,
-
Hi Reddy
I plan to use MS Access for time being, Will that be suitable. Which one do you suggest. My main objective should be fulfilled, i.e., retriving table names...
Thanks
-
try this ...
select name from msysobjects where type=1 using ado or any other data access..
-
Sponsored Ads

Reply With Quote





