11 Aug
2005
11 Aug
'05
3:24 p.m.
I have binary data that I want to store at the MonetDB server and manage it through the JDBC interface. I just figured out that Monet's JDBC interface does not implement set/getBytes() or set/getBlob(). I tried to create a String object out of my vector of bytes through new String(vector) but the string it generates is crap and the system halts.
Sorry... The system halts when I try to write this string on the database as a String using JDBC. Cheers, Rodrigo