GetFieldValue on a CLOB column does not retrive data
Hi,
are there any known issues with BC GetFieldValue on a Field that's pointing to a column of Type 'CLOB'? There is no value returned even though there is value in the database.
The value showup when the field is mapped to a control and made visible in an applet.
We have PDF Data in base64 format and trying to show it in a separate window on click of a button using PM code.