Hi, I would like to use the Clob data type for my variable length strings that average around 300 characters. I see in the doc that I should use " PreparedStatement.setCharacterStream to store values". Instead I am simply using PreparedStatment.setString(). This seems to work. Is there any advantage to using setCharacterStream? This may be more of a JDBC question than an H2 question, but I thought I would start in this group with the question.
Thanks, -Adam -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
