The type of the TMSConnectionOptions.MSOLEDBVersion property, which is used to indicate the version of Microsoft OLE DB Driver.
Unit
MSClasses
Syntax
TMSOLEDBVersion = (oleAuto, ole18, ole19);
Values
Value | Meaning |
ole18 |
Microsoft OLE DB Driver for SQL Server 18 is used. |
ole19 |
Microsoft OLE DB Driver for SQL Server 19 is used. |
oleAuto |
SDAC first searches for Microsoft OLE DB Driver for SQL Server 19 and then for Microsoft OLE DB Driver for SQL Server 18. The first found driver is used. |