OLEDB

Contents

OLEDB#

OLEDB is Microsoft’s COM-based data-access API. Two points matter for Querona:

For client tools — supported. Because Querona presents a SQL Server–compatible endpoint, an OLEDB application or tool connects to it with the current Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) — point the driver at Querona exactly as you would at SQL Server. See Client Connectivity; for the driver itself, see Microsoft’s OLE DB Driver for SQL Server documentation.

As a source connector — not recommended. For connecting Querona to your data sources, OLEDB is not the recommended route. Use a built-in (native) provider where one exists, or one of the maintained generic interfaces — ADO.Net and third-party drivers (preferred), ODBC or JDBC.

See also#