Mark,
I would imagine that all OLE data providers implement a certain COM
component category. If you know what this category is, you can get the
default implementation of the ICatInformation interface (through COM
interop) and then call the EnumClassesOfCategories method on it, which will
return the classes registered for a particular category.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Mark Bernardinis said:
I was just wondering if there is a way in CSharp to list all of the
available OLE Data Providers in the system?
Mark