How to get values from an object in sql query in asp.net vb.net
I want to run a select command and I've a dropdownlist populated with database table names. How to write the select command? Here is my code Dim da As New OdbcDataAdapter("select table_name from INFORMATION_SCHEMA.tables WHERE TABLE_TYPE = 'BASE TABLE' and…