I want to access the ODB file (created using LibreOffice Base) in Python and extract the table for later use. An ODB contains several tables, one relationship design, and several forms.
Is it possible to achieve this without using SQL?
Edit: Since it seems too complicated to parse this format yourself, I will consider using the proper HSQLDB mechanism.
What is access to the python module through HSQL (e.g. sqlite3 for SQLite)?
source share