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?
Printable View
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?
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.