Hi @techresearch7777777, If you are not working with MS SQL Server 2022, I would suggest to download and install Microsoft OLE DB Driver v.18.6.7: https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16#1867
Issues installing latest Microsoft OLE DB Driver for SQL Server ?
Hello, a machine has what looks like an old OLE driver as follows: Microsoft OLE DB Driver for SQL Server = Version 18.5.0.0 I downloaded and tried to install the latest at: Download Microsoft OLE DB Driver 19 for SQL Server (x64) I get the following error:
I go to that link mentioned in error popup message https://aka.ms/vs/17/release/vc_redist.x64.exe download and ran what seems successfully installed Microsoft Visual C++ Redistributable latest supported downloads. After rebooting I tried again re-running latest Microsoft OLE DB Driver 19 file that I initially just downloaded and still get the same exact error popup message. What else needs to be done? Thanks in advance.
5 answers
Sort by: Most helpful
-
-
Erland Sommarskog 111.4K Reputation points MVP
2024-01-26T22:35:52.11+00:00 Did you install the x64 version of the redistributable? Beware that this provider has a different name, MSOLEDBSQL19, than the current driver that you have, which is MSOLEDBSQL without a numbre. So connection stinrgs would need to be changed to use this new provider.
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
1 deleted comment
Comments have been turned off. Learn more
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
1 deleted comment
Comments have been turned off. Learn more
-
Mark Bushell 0 Reputation points
2024-04-09T02:14:49.74+00:00 Hi,
I've had this exact same issue. Not sure if you've resolved it, but with the Visual C++ for 2022 Redistributable it requires, it actually needs both the x64 and x86 versions, and I made sure to have them both installed with the latest versions so they're both identical. The MS OLE DB SQL 19 installer worked after the fact.
Hope this helps.
MB