Satish

Satish

  • NA
  • 2
  • 0

how to retrieve all the table names of any database server

Nov 8 2005 4:41 AM
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 ?

Answers (3)