https://bugs.freedesktop.org/show_bug.cgi?id=51338
--- Comment #2 from Dan Lewis <[email protected]> 2012-08-29 19:28:24 UTC --- I already have taken existing embedded databases and connected them using Base and HSQLDB 2.2.8 using the steps below using health.odb as an example. 1) Extract the database folder from health.odb to ~/.database-hsql/ 2) Change the name of the folder to health. 3) Add health as a prefix to the files in the health folder.(health.data,health.properties, health.script) 4) Tools -> Options -> LibreOffice -> Java -> Class Path: add the location of hsqldb.jar. (In my case this is /usr/local/hsqldb-2.2.8/hsqldb/lib/hsqldb.jar) 5) Close LO and reopen. 6) Datasource URL: hsqldb:file:/home/danlewis/.database-hsql/health /health;default_schema=true;shutdown=true;hsqldb.default_table_type=cached; get_column_name=false 7) Test Class: org.hsqldb.jdbcDriver -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
