28 December 2004 - java_dev (original) (raw)

01:50 am - transmogrify - assertion failed? when i installed the latest java/netbeans ide/sdk just now, i got messages popping up saying "assertion failed! visual c++ bla bla bla" anyone know about this and/or if its anything to worry about?
04:39 pm - lemmywinks30 - Strings to Blobs? Hello,I am trying to write to a database a Blob value from a String. I use the getParameter method to retrieve the string from the JSP pages, but then the database expects it as a blob. Is there any way to make to conversion from String to Blob or should this be done on the part of the SQLServer?Thanks!