%META:TOPICPARENT{name="OLEDBObjectsInterfaces"}%
= 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 [[OLEDBConnectionStrings|connection string]] resembling this one --
{{{
Provider=OpenLinkODBC;Data Source=w2ks2;User ID=SCOTT;Password=tiger;Extended Properties="Cursors=Driver;BookmarkDefault=On";
}}}