On Thu, 2026-09-03 at 10:24 +0200, Pierre Vacher wrote: > Hi all, > > Good news, with the upcoming release of jdbcDriverOOo 1.7.0 [1] and > Juda [2] (an enhanced version of Trino), LibreOffice Base is set to > become the king of database extraction and analysis. We’ll be able to > do things that previously seemed impossible. I wonder if MS Access > can do the same?
and Heiko Tietze <[email protected]> replied: > We should avoid any Java dependency. Sounds like this project drives > in the > wrong direction. > My (Basile S.) personal suggestion is to avoid linking directly any Java based software. But do consider some optional kind of interprocess communication between Libreoffice and another software. You might use techniques like JSONRPC or RPCXDR (or ASN/1?) for the optional communication between Libreoffice and your open source Java software. Regards from France NB: I am a French open source developer working on refpersys.org (GPL licensed inference engine in C++ for expert systems) -- Basile STARYNKEVITCH <[email protected]> 8 rue de la Faïencerie http://starynkevitch.net/Basile/ 92340 Bourg-la-Reine https://github.com/bstarynk France https://github.com/RefPerSys/RefPerSys https://orcid.org/0000-0003-0908-5250 [1] jdbcDriverOOo 1.7.0 https://github.com/prrvchr/jdbcDriverOOo/pull/26 [2] Juda https://github.com/trinodb/trino/pull/30916
