Annoying "You should install Microsoft OLE DB Driver" message

serhio's profile image serhio posted 2 years ago in Creating a connection Permalink

When connecting to my localhost Sql Server I have always the popup:

"Security issue: Using SQLOLEDB ADO provider with insecure TLS 1.0.You should install Microsoft OLE DB Driver from https://www.microsoft.com/en-us/download/confirmation.aspx?id=56730"

After closing the popup, all works good, the connection is etablished.

I have a recent computer , I installed the driver from here https://learn.microsoft.com/fr-fr/sql/connect/oledb/download-oledb-driver-for-sql-server?view=sql-server-ver16

However, the message persists. It's annoying that I have to close this message at every connection. Could it be removed?

ansgar's profile image ansgar posted 2 years ago Permalink

Well it's a security related message.

Did you try the more secure MS OLE DB driver library in the dropdown?

Please login to leave a reply, or register at first.