Is it possible or advisable in LibreOffice to make the database connection accessible without having to request it each time it’s needed?
Similar to how a global variable works, it’s available regardless of the module that calls it. So, you connect once, and the connection remains available for any function or procedure that needs it?
