Hi There!
I am using mysql 3.23.41, for redhat-linux-gnu (i386).
My problem is this.
In java, I am trying to extract a blob field from a mysql table - I am
using
Byte[] somebytes = RS.getBytes("FPPICTURE");
String somestring = new String(somebytes);
This gives me a string of the blob dat
Hi There!
I am using mysql 3.23.41, for redhat-linux-gnu (i386).
My problem is this.
In java, I am trying to extract a blob field from a mysql table - I am
using
Byte[] somebytes = RS.getBytes("FPPICTURE");
String somestring = new String(somebytes);
This gives me a string of the blob dat