ODBC.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!

1. I am trying to list the SQL servers installed on a machine...using .NET.
Is it posible to do this? Are the any magic class in .Net designed for such
a job?
Please help.

2. I am trying to list the ODBC drivers installed on a machine...using .NET.
Is it posible to do this? Are the any magic class in .Net designed for such
a job?
Please help.

Thank you !!!!
 
¤ Hello!
¤
¤ 1. I am trying to list the SQL servers installed on a machine...using .NET.
¤ Is it posible to do this? Are the any magic class in .Net designed for such
¤ a job?
¤ Please help.
¤

Are you trying to list the databases in a SQL Server installation, is that what you mean?

¤ 2. I am trying to list the ODBC drivers installed on a machine...using .NET.
¤ Is it posible to do this? Are the any magic class in .Net designed for such
¤ a job?

There is no .NET class I am aware of. There is a COM library that will do this:

http://www.devx.com/vb2themax/Tip/18394


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