Hi,

However when I read the string value from my own application I get back
>
> *STRINGDECODE('TEXT\nMORE TEXT....') *
>

How do you read it exactly? To you use Clob.toString()? That's not the
right API. Use ResultSet.getString(..) or Clob.getSubString instead.

Also is there an option on the H2 console to not make it decode the text
> and show me the actual content including any special character ?
>

Browsers would re-format it (actually it would be a security problem).

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to