thangtq739
3rd August 2009, 05:42
Hi

I create report on BIRT. When get Item Text the result is the Hexadecinal String. How can I convert it to String? I 'm using SQLJDBC.

Thang

rajesh_bamane
10th August 2009, 15:01
Hi,

You can use convert funcation in Birt Report query

Select convert(varchar(250),t_text) from ttttxt010090


Regards
Rajesh