Results 1 to 2 of 2

Thread: Create a list of the tables in Mysql Database

  1. #1
    Hyperactive Member
    Join Date
    Jul 05
    Location
    Bulawayo, Zimbabwe
    Posts
    479

    Create a list of the tables in Mysql Database

    I am using VS2008 and Mysql Database.
    How can i populate a listview or array with the names of all the tables found in my database?

  2. #2
    .NUT jmcilhinney's Avatar
    Join Date
    May 05
    Location
    Sydney, Australia
    Posts
    80,816

    Re: Create a list of the tables in Mysql Database

    Follow the CodeBank link in my signature and check out my thread on retrieving schema information from databases. The examples were written for SQL Server but the principles are the same for all databases.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •