The error is what it indicates. The database connection was possibly defined on another machine that has a specific OLEDB provider that may be needed to connect to a database. The machine where the error is observed does not have the same provider.
Resolution is to look up the driver used in the database connection and have a system administrator / Database administrator (DBA) install the relevant client/ driver on the machine where the error is observed.