Create java.sql.Blob from byte[]

From: Shay (shayn_at_idit.co.il)
Date: 10/14/04


Date: 14 Oct 2004 07:30:59 -0700

Hello All

How can I create Blob from byte array?
I use jdk1.3.1_06.
I think that I must create a new class implements the Blob interface
but I'm not sure.