aspose file tools
The moose likes JDBC and the fly likes Using HSQLDB trying to store large data HTML source code clobs not implemented? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Using HSQLDB trying to store large data HTML source code clobs not implemented?" Watch "Using HSQLDB trying to store large data HTML source code clobs not implemented?" New topic
Author

Using HSQLDB trying to store large data HTML source code clobs not implemented?

steve labar
Ranch Hand

Joined: Sep 10, 2008
Posts: 55
Im trying to use a clob data type to store html source code because those files can get pretty large. However, it appears none of the setters to write clobs are currently supported? How else can I store this kind of data to a column in my hsqld? varchar is too small? Please any help will be greatly appreciated.

Here what was throwing not supported exception.



I would also like to add that after more research it appearsblob setters for writing to db is also not supported? It looks like the largest thing i got is longvarchar but it looks like max on this is 32k not big enough. Wow this sucks!. I wonder if i serialize if that do the trick?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Using HSQLDB trying to store large data HTML source code clobs not implemented?
 
Similar Threads
Cannot correctly receive a GZIP response and translate to string.
fetch email with java mail api
Support localization in CLOB file in DB through Java
why won't clob open
(how to) Read entries from LDAP? getting server down error