cancel
Showing results for 
Search instead for 
Did you mean: 

Value not displayed correctly when sent through a Java POJO datasource, but is perfect when used with MySQL.

Former Member
0 Kudos
69

I have this strange problem - A field value is displayed correctly in the crystal report when pulled from MySQL table (field is Varchar(25)). But the same field when loaded into a Java POJO and set the POJO as new datasource the value is garbled up.

Any ideas?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Early implementations of the POJO Factory set the default display size to 12, which caused corruption in the display starting from the 12th character when the size exceeded the display size.

Would you try specifying the MemberColumnDisplaySize property for that column in POJOResultSetFactory to reflect the actual size?

Sincerely,

Ted Ueda - Developer Support