Description: The value of a CBlob column from an embedded Firebird-database is not shown correctly in a textbox in a base report. Steps to Reproduce: 1. create a new embedded firebird database 1. create a table with a cblob column 2. create a report with a textbox containing the cblob value 3. execute the report Actual Results: The textbox content is: Any[Type[com.sun.star.sdbc.XClob], com.sun.star.bridges.jni_uno.JNI_proxy@6301472b [oid=555b16d650;mscx[0];26443a343888492792429e97dff453c6, type=com.sun.star.sdbc.XClob]] Expected Results: The textbox content should be: some text Reproducible: Always User Profile Reset: No Additional Info:
A known anomaly, with a known work around which is to cast the column to a VARCHAR in the result set passed to the reporting engine. Setting as duplicate. *** This bug has been marked as a duplicate of bug 115893 ***