https://bugs.documentfoundation.org/show_bug.cgi?id=56904
--- Comment #11 from Jeff D. Hanson <[email protected]> --- I recommend using UCanAccess: https://ucanaccess.sourceforge.net/site.html It doesn't do everything that ADE does but is cross-platform (Java) and has some advantages. For example, ADE has a limitation in that VBA functions are not available over ODBC. A query using Nz would have to be changed to IIF/IS NULL. UCanAccess uses JDBC and supports Nz. Instead of bundling a driver and increasing the installer size it would be better to handle drivers like DBeaver which has a driver installer that looks for the versions available and installs them as needed. -- You are receiving this mail because: You are the assignee for the bug.
