Hello All,

I am retriving all database field but some of the database field has  a string value like this

market  "2001 project information"

I retrive each field using rs.getString() method but it only prints  " market"  does not get entire string because of special character.

 Then I use  

Object  obj =rs.getObjet() method      and try to print  obj.toString() but it still prints the same value

"market".

 

Thanks

Tejas

 



Do You Yahoo!?
Yahoo! Greetings - send greetings for Easter, Passover

Reply via email to