how to retrieve all the table names of any database server
Using System.Data.OleDB;
how to retrieve all the table names of any database server
ex : oracle (scott/tiger) ?
I want to retrieve all the table names of (scott/tiger) using one combobox on the form.
Pl. if anybody could suggest me how to do this in C#.NET ?