blob « hsqldb « Java Database Q&A





1. Adding image as BLOB in HSQLDB but something like ":hsqll:jdbc:client@f3t5h" ends up in the table    stackoverflow.com

I am trying to add an Image as BLOB in HSQLDB. But in the table I find something like ":hsqll:jdbc:client@f3t5h". Is anything wrong with my Java code below? My retrieving code is ...