2 messages in com.mysql.lists.javaRe: The binary and blob data
FromSent OnAttachments
Stephen Wong07 May 2000 21:27 
Christian Mack09 May 2000 13:33 
Subject:Re: The binary and blob data
From:Christian Mack (mack@gmx.de)
Date:05/09/2000 01:33:17 PM
List:com.mysql.lists.java

Stephen Wong wrote:

I am new to using jdbc to connect to mysql. I have a problem with geting data from binary and blob data. Should I use getbinarystream to obtain the data? Is there any sample code?

Thank you

Hi Stephen

You also can use getBytes or getString. The last one obviously only if your blob contains "displayable" values.

Tschau Chritsian