accessing table names per DSN

  • Thread starter Thread starter abcd
  • Start date Start date
A

abcd

I have list of DSNs (for Access, Excel, SQL Server, Oracle or any other
databases)

I want to connect to any of the DSN and display the available tables per DSN
in the combo box....

Is there solution for this in .NET

thanks
 
¤ I have list of DSNs (for Access, Excel, SQL Server, Oracle or any other
¤ databases)
¤
¤ I want to connect to any of the DSN and display the available tables per DSN
¤ in the combo box....
¤
¤ Is there solution for this in .NET

DSNs are used by ODBC and ODBC.NET doesn't support a database schema mechanism.


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top