Click to See Complete Forum and Search --> : OLE DB Providers


paulz
March 20th, 2001, 07:05 AM
How can I get the list of OLE DB Providers?

Cakkie
March 20th, 2001, 09:24 AM
You can find out about the different oledb providers at this page:
http://msdn.microsoft.com/library/psdk/dasdk/oled12gn.htm

Tom Cannaerts
slisse@planetinternet.be

The best way to escape a problem, is to solve it.

paulz
March 21st, 2001, 01:06 AM
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?