Thanks for reply.
Actually i have stored long text in my blob field,and that long text contains line n\by line inputs like below ,
name: xx
No:yy
subject:xyz
Class:abc
Marks: 123
so when i am retrieving these values to Browser in Jsp contents can present in the blob filed displayed like this. name:xxno:yysubject:xyzclass:abcmarks:123.
this is what the problem i am facing right now.
so i want to display the contents of blob field as it stored in the table .
Any idea about this problem..