Hiii,all
we are using9i with j2ee,xml etc.
I have a query in application --
select MOBILE,NAME,HOUSETEL,OFFICETEL, CONTACT,SERIALNO,EMAIL,CSREPLY,CSUSERID,
to_char(REPLYDATE,'dd/mm/yyyy') REPLYDATE,
to_char(SUBMITDATE,'dd/mm/yyyy') SUBMITDATE from your_digi where mobile = '162701817';

I t was execuited in sql prompt,but when try to execuite the same query in application side i get a error in my mobile website .
ORA-01722
thanks
kavitha