Exforsys
+ Reply to Thread
Results 1 to 4 of 4

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 ...

  1. #1
    seenu01 is offline Junior Member Array
    Join Date
    Feb 2006
    Answers
    11

    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...


  2. #2
    sanereddy is offline Member Array
    Join Date
    Nov 2004
    Answers
    85
    Hello Seenu, What is the databse you are using..? . Thanks,


  3. #3
    seenu01 is offline Junior Member Array
    Join Date
    Feb 2006
    Answers
    11
    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


  4. #4
    techguru is offline Senior Member Array
    Join Date
    Mar 2005
    Answers
    112
    try this ...

    select name from msysobjects where type=1 using ado or any other data access..


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...