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

--- Comment #7 from Silvain Dupertuis <[email protected]> ---
I noted that after migration from HSQLBD, images were transferred to an Image
[BLOB] type of field. Data was not lost, but images would not show up in forms.
I found a workaround by copying the data into a new [BLOB] field (with a sql
query UPDATE "photos_table" SET "Photo2" = "Photo") and it worked. The pictures
appear using this new field.
Then I did some copying of table and data to recover the same field name so
that the form(s) would not need any change.

-- 
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