• Topic
  • Discussion
  • UdaWikiWeb.OLEDBConnectingADONET(Last) -- Owiki? , 2016-08-19 15:00:37 Edit owiki 2016-08-19 15:00:37

    OLE DB Connections from ADO or ADO.NET

    The classname for the OpenLink Single-Tier OLE DB Bridge Provider for ODBC, also known as the OLE DB-to-ODBC Bridge, is OpenLinkODBC.

    The Provider is invoked using a connection string resembling this one --

    Provider=OpenLinkODBC;Data Source=w2ks2;User ID=SCOTT;Password=tiger;Extended Properties="Cursors=Driver;BookmarkDefault=On";
    

    Referenced by...