SQLite system databases closed¶
What is new - 26.0¶
DataFlex Reports includes two SQLite system databases: dr.db and language.db.
Previously, the OCX kept these files open after the first access. While this behavior improved performance, it also made uninstalling DataFlex Reports or DataFlex more difficult when an application—most notably a web application—continued to hold the files open.
With this change, dr.db and language.db are now opened only when reading from or writing to them, and are closed immediately afterward.