Hi @Efff dd ,
You can check what drivers are installed by issuing the following query in SQL Server Management Studio (SSMS):
EXEC master.sys.sp_enum_oledb_providers;
Here is a good link to read about Different generations of OLE DB Drivers
Please see below.