<div dir="ltr"><div>I have started looking at <a href="https://bugs.documentfoundation.org/show_bug.cgi?id=138691">this bug</a> 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/<a href="https://opengrok.libreoffice.org/xref/core/">core</a>/<a href="https://opengrok.libreoffice.org/xref/core/forms/">forms</a>/<a href="https://opengrok.libreoffice.org/xref/core/forms/source/">source</a>/<a href="https://opengrok.libreoffice.org/xref/core/forms/source/component/">component</a>/<a href="https://opengrok.libreoffice.org/xref/core/forms/source/component/ImageControl.cxx">ImageControl.cxx</a> (<span style="font-family:arial,sans-serif">OImageControlControl::implInsertGraphics</span>) 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?</div><div><br></div><div>Thanks,</div><div>Dhiraj<br></div></div>