DBMSSQL
DBMSSQL is the legacy name of the Microsoft OLE DB provider for SQL Server. It appears in connection strings as the provider component for applications that use the OLE DB technology to access Microsoft SQL Server databases. The provider implements the OLE DB API, exposing SQL Server functionality to languages such as VB, C++, and C# through generic data access methods.
The provider was introduced in the mid‑1990s to support early versions of SQL Server, offering basic transaction
The DBMSSQL provider can be accessed via connection strings that include “Provider=DBMSSQL.Client” or “Provider=Microsoft.Jet.OLEDB.4.0” for older
Microsoft has since deprecated the DBMSSQL provider in favour of the newer Microsoft OLE DB Provider for