How to convert unknown datatype to string in JDBC client
This is actually related to my question about DECFLOATS in DB2.
In that case casting works for us, but we'd prefer to use SELECT * . I've tried the advanced option: On Unknown Type - Convert to String but this generates java.lang.NullPointerException
Should this work, or am I misunderstanding it's use?