How to list all installed data sources?

  • Thread starter Thread starter Jon Brunson
  • Start date Start date
J

Jon Brunson

I'm writing a program that allows users to import their data into our
system. The data can come from any datasource installed on the users PC,
eg Access, Excel, SQL, Text Files, etc..

Is there a way to get a list of all the installed data sources? I'd like
to be able to provide a list like the one used in DTS (Sql2000). Is this
possible?
 
I believe they all listed in this registry location:
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers

message I'm writing a program that allows users to import their data into our
system. The data can come from any datasource installed on the users PC,
eg Access, Excel, SQL, Text Files, etc..

Is there a way to get a list of all the installed data sources? I'd like
to be able to provide a list like the one used in DTS (Sql2000). Is this
possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top