Oledb Driver For Sql Server



Sql

The OLE DB Driver for SQL Server is a stand-alone data access application programming interface (API), used for OLE DB. OLE DB Driver for SQL Server is available on Windows and delivers the SQL OLE DB driver in one dynamic-link library (DLL).

ServerSql

The new Microsoft OLE DB Driver for SQL Server, or msoledbsql, will also introduce multi-subnet failover capabilities in this first upcoming release, and keeps up with latest TLS 1.2 standards. Also, this first upcoming release will be a stand-alone install package that is out-of-band with SQL Server lifecycle. The OLE DB Driver for SQL Server is a stand-alone data access application programming interface (API), used for OLE DB, that was introduced in SQL Server 2005 (9.x). OLE DB Driver for SQL Server delivers the SQL OLE DB driver in one dynamic-link library (DLL). Microsoft OLEDB Driver 18 for SQL Server. Microsoft JDBC Driver 6.2 for SQL Server. DataDirect ODBC (10) Direct. Parallel Data Warehouse. Microsoft SQL Server Native Client 11.0. Microsoft JDBC Driver 4.0 for SQL Server. Microsoft SQL Server Native Client 11.0. In both SQL Server, when you INSERT large amounts of BLOB data into a database using a stored procedure, and when using the Microsoft OLE DB provider for SQL Server, performance can be very slow. In fact, it is 10 times slower than performing the same task when using the Microsoft OLE DB provider for ODBC driver.

titledescriptionms.customms.datems.prodms.prod_servicems.reviewerms.technologyms.topichelpviewer_keywordsauthorms.author
Components of OLE DB Driver for SQL Server | Microsoft Docs
Learn about the OLE DB Driver for SQL Server components, including the library that contains the driver functionality, other libraries, and a header file.
06/12/2018
database-engine, sql-database, sql-data-warehouse, pdw
connectivity
data access [OLE DB Driver for SQL Server], components
MSOLEDBSQL, about OLE DB Driver for SQL Server
v-daenge

[!INCLUDE SQL Server]

Oledb Driver For Sql Server Download

[!INCLUDEDriver_OLEDB_Download]

OLE DB Driver for SQL Server contains the following components:

Download Ole Db Driver For Sql Server

ComponentDescription
msoledbsql.dllThe dynamic-link library (DLL) file that contains all of the OLE DB Driver for SQL Server functionality.
msoledbsqlr.rllThe accompanying resource file for the OLE DB Driver for SQL Server library.
msoledbsql.hThe OLE DB Driver for SQL Server header file that contains all of the new definitions needed in order to use OLE DB Driver for SQL Server. This header file replaces the sqloledb.h header file.
Note: You can reference msoledbsql.h and sqloledb.h in same program as long as sqloledb.h is defined first.
msoledbsql.libThe library file needed to directly call the OpenSqlFilestream function that is part of the OLE DB Driver for SQL Server.
Note: If you do reference the msoledbsql.lib file in your programming code, you need to make sure that the msoledbsql.dll file is in your system path, and in the system path of the users that make use of your application.
Driver

See Also