Update - 15.0.2022 - New ODBC and OLEDB Driver from MS - Update
Hi,
15.02.2022 MS has released new ODBC and OLEDB drivers for download.
Caution - Maybe dangerous update - read first
MS Info OLEDB (ADO) Download
https://docs.microsoft.com/en-us/sql/connect/oledb/download-oledb-driver-for-sql-server?view=sql-server-ver15
Connectionstring Access
Provider=MSOLEDBSQL; Server=myServerName\theInstanceName; Database=myDataBase; Trusted_Connection=yes;
------
MS Info ODBC (DAO)
https://docs.microsoft.com/en-us/sql/connect/odbc/microsoft-odbc-driver-for-sql-server
Connectionstring Access
ODBC;DRIVER=ODBC Driver 17 for SQL Server; SERVER=myServerName\theInstanceName; DATABASE=myDatabase; Trusted_Connection=yes;
------
mfg Klaus
Print article | This entry was posted by klausobd on 08.03.22 at 01:12:00 . Follow any responses to this post through RSS 2.0. |