I have started looking at this bug
<https://bugs.documentfoundation.org/show_bug.cgi?id=138691> about Base
crashing with Firebird when using a form to insert an image that does not
fit in a binary field. The proposed fix was to check in xref/core
<https://opengrok.libreoffice.org/xref/core/>/forms
<https://opengrok.libreoffice.org/xref/core/forms/>/source
<https://opengrok.libreoffice.org/xref/core/forms/source/>/component
<https://opengrok.libreoffice.org/xref/core/forms/source/component/>/
ImageControl.cxx
<https://opengrok.libreoffice.org/xref/core/forms/source/component/ImageControl.cxx>
(OImageControlControl::implInsertGraphics) whether the image was bigger
than the database column. In order to do this, I need to find the size of
the image and the column. How should I proceed?

Thanks,
Dhiraj

Reply via email to