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

--- Comment #7 from [email protected] ---
Hi all,

I finally managed to solve these problems:

- HsqlDB is now usable in Base with the latest version 2.5.1 (or any other
version) and we can even see the HsqlDB users in Base -> Tools -> User
administration ... (read only for the moment) with the HsqlDBDriverOOo
extension (see bug 139538 for more details)

- "java.lang.IncompatibleClassChangeError" error has been fixed by replacing
connection.prepareStatement() by connection.prepareCall() (if you claim a
com.sun.star.sdbc.PreparedStatement I return a
com.sun.star.sdbc.CallableStatement ...), because who can more can less... but
this is a workaround and I still can't explain what is going on.

Voila...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to