Any solution using the OLE DB connection type will stop working after upgrading to this version of the plugin.
Why?
The database plugin has been changed from a Windows-specific plugin to a platform-independent plugin. OLE DB is only supported on Windows and support for it was therefore removed from the database plugin.
How to fix it
Change all functions using the OLE DB connection type to use another connection type.