Hi,

Do you use the H2 Console? If yes, the output is truncated because it
is too long. Example:

select repeat('x', 40000) as large_column

If not, then how you store, retrieve, and display the data?

By the way, you have used \r\n in the text for newline. This only
works for MySQL, other databases (such as H2) will include this as for
characters '\', 'r', '\', and 'n'. I suggest to use a prepared
statement if possible.

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