Hello,
I develop an application in LibreOffice Base.
The database itself is a MySQL database.
I use MySQL WorkBench to design the tables, relationships, views and so on.
I use Base mainly to create forms. Base is connecting to MySQL with the direct MySQL connection (for performance reasons).
Multiple end users on multiple PC’s have access to the data, only through the Base forms.
Everything is working smoothly since years.
I now get the request from the end users to add pictures to one of the tables.
It appears that Base does not support pictures well, if the connector is the direct MySQL (it is supported better through the MySQL JDBC connector) : I can add/update the images (as longblob) in MySQL WB, I can see the pictures in the Base forms. But when I change them in the form, the change is not saved; even worse, the longblob is emptied !
I am running Windows 10, LO 7.2.2, MySQL 8.0.27.
Going back to the MySQL JDBC connector is not an option, beacause the performance drops enormously !
Any help ?