https://bugs.documentfoundation.org/show_bug.cgi?id=167960

--- Comment #7 from [email protected] ---
It seems difficult to reproduce with MariaDB, so I'm providing all the elements
needed to reproduce this with LibreOffice's native JDBC driver and the HsqlDB
database driver.

You will find three attached files:

- An odb file (file: HsqlDB LibreOffice JDBC.odb) to connect to the data file.
Before any connection you will need to change the database path to the folder
where you unzipped HsqlDB database data file (ie: Open the odb and go to: Edit
-> Database -> Properties -> General)

- An HsqlDB database data file (file: hsqldb.data.zip) that must be unzipped
into a folder. The name of this database is: db, and therefore the path to
enter in the database path must end with: /db
This database has three users:
  - SA, an administrator user with no password.
  - USER: a user with no privileges (except for logging in) with the password:
user
  - TEST: a user with no privileges (except for logging in) with the password:
test

- The JDBC driver for the HsqlDB database (file: hsqldb.jar), which must first
be added to the Java ClassPath (ie: In LibreOffice go to: Tools -> Options ->
LibreOffice -> Advanced -> Class Path -> Add Archive). The class name is:
org.hsqldb.jdbc.JDBCDriver

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to