to add table names from mysql database to combobox in VB.Net

mrani

Member
Joined
Jul 13, 2005
Messages
6
Programming Experience
Beginner
hi everybody
i just want to know how i can add all the table names present in that particular database in my vb.net project.
i want to display all the table names in the combobox.
butri have the query by which we can slect all the tables.this is:

sql = "select * from Employee.information_schema.tables"

but i have a problem to add all that tables names to combo box.plz help me
thnakx in advance
 
Back
Top