Hi,
I have a table with a Clob column (declared as a 'text' column in the
DDL)
- The DDL is autogenerated from "Enterprise Architect" using MSSQL2005
as target database
I used to use toString() to get the contents since size of data is
usually just a few kb and this
worked nicely until I put some multi line html data into the column.
When I did that the value returned from toString() was suddenly
STRINGDECODE('mydata')
instead of mydata.
If I instead use clob.getSubString((long)1, (int)(clob.length()) I get
the correct result
I am using h2 v.1.3.155 via maven
Best regards - and thanks for an excellent product
Christoffer Bruun
--
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.