in my application i want to open MS Access database (i.e. *.mdb file) by
allowing user to select database using OpenFiledialog. Now after knowing
path of user selected database i create oledb connection as,
OleDbConnection con = new OleDbConnection("Provider=Microsoft.Jet.OleDb.4.0;data source="+path);
I have one combobox in which i want to fill tables of selected database.
So which sql query for select command i must run to obtain only table names of given database?
Thanking you!


Sign In
Create Account


Back to top









