I created a small database in LibreOffice Base and one of the tables (photoTable) contains columns id (integer), description (Text [VARCHAR]) and photo (Text [VARCHAR]).
The database is registered in LibreOffice.
I fill in the table via the form I created - entering the description and selecting the appropriate photo.
Next, I created a query and saved it as a QPhotoTable:
select description, photo from photoTable
The query is executed successfully by showing a description of the photo for the description column and a relative path to the photo for the photo column.
Photos are stored separately from the Base file. So in another folder.
The question is how do I display the contents of a table from LibreOffice Base, especially a photo, in LibreOffice Writer? I know how to display numbers or text.
If you need any more information, I am at your disposal.