Is there any way (functions, components, etc) to get the list of Data Provider installed in current computer ?
Thanks a lot
Printable View
Is there any way (functions, components, etc) to get the list of Data Provider installed in current computer ?
Thanks a lot
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
[email protected]
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
I need the ADO Data Provider List, not DSN or driver.
Thanks
What I mean is get the Data Provider List programmatically.
Thanks