FW: Escape a blob field.....

2002-02-13 Thread Ian Packard
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

FW: Escape a blob field.....

2002-02-07 Thread Ian Packard
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