Breaking Changes for Database plugin
3.0.0
6 Jun 2023
OLE DB Connection type has been removed
What breaks?

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.
Last updated