Click to See Complete Forum and Search --> : How to get Data Provider List


nixland
March 13th, 2001, 05:24 AM
Is there any way (functions, components, etc) to get the list of Data Provider installed in current computer ?

Thanks a lot

Iouri
March 13th, 2001, 07:24 AM
Add ADO dta control to your form, Go to properties - ConnectionString, clickon elipcies, Choose - 'Use Connection String' option and click 'Build'. Under the provider tab you will see the list of available providers installed on your computer

Iouri Boutchkine
iouri@hotsheet.com

Johnny101
March 13th, 2001, 03:08 PM
This article might help you:
http://www.codeguru.com/vb/articles/2035.shtml

John

John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org

nixland
March 13th, 2001, 10:26 PM
I need the ADO Data Provider List, not DSN or driver.

Thanks

nixland
March 13th, 2001, 10:26 PM
What I mean is get the Data Provider List programmatically.

Thanks