Data Link API for OLE DB - Where is it?
Hi People,
I want to create a connect string to an unpsecified OLE DB provider. After some searching I found the following link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/datalinkapioverview.asp
Which states "Because the Data Link API is included with OLE DB as a core component, the user interface is always available to your application users if ADO or OLE DB is properly installed on their system."
This is wonderful, excactly what I need, except that the documentation does not tell me where to find it... which com dll do I need to reference to get this dialog box?
Even better, since I am using ADO.NET 2 in my application, is there a .NET version of this component?
Thanks....
Aranda

