Hi to all :) I'm doing a research project using Java and Apache Derby. It proved to be an excelent combination with a lot of power!
However, I'm having a problem right now. I need to store a very large string (150k - 200k lines) on a field of my database. AFAIK, there are no database types for holding this data. Do I have to use a BLOB? I think it's a hard work implementing a Blob interface to hold a serialized form of the String class. Do you know any simple working example? Or do you have a better sugestion? Thank you :) Ruben Fonseca
