How to convert a date to a string? -
12-09-2003
, 06:01 PM
Hi all,
I have a char(120) column in one of the table and the application gets
a date and save it directly into the table, when I retrieve it from
another Java Application, I always get
"ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ" as the data.
Is there a way to convert this into a readable String?
I am using pervasive 2000i Sp4.
Thanks. |