When I run a given query on the web console the resulting text is nicely
formatted and indented.
TEXT
MORE TEXT
....
However when I read the string value from my own application I get back
STRINGDECODE('TEXT\nMORE TEXT....')
which seems to be encoded in some form. I haven't seen this encoding before and
was wondering what I can do to present the data in the same way the H2 console
does. 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 ?
Thanks in advance
Alex
--
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.