How can I get the list of OLE DB Providers?
Printable View
How can I get the list of OLE DB Providers?
You can find out about the different oledb providers at this page:
http://msdn.microsoft.com/library/ps...k/oled12gn.htm
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
Thanks for answer, but I'd like to know how I can to get the list of providers in VB programm dynamically.
For example, Microsoft ADO Data Control component, on the Property page click button Build and there will be the list of OLE DB Providers. I want to retrieve the same list.
How?