> Date: Fri, 13 Jul 2001 15:20:04 -0400 From: david <[EMAIL PROTECTED]>
 
> Well, I wonder if it can work, I could find no way in the jdbc spec to
> create a new blob!  So maybe you could read the picture but I don't know
> how JAWS could insert a new row.  I hope I'm wrong, please tell me how.

Avoid using blobs altogether. Store a path to your image (or whatever your
stuffing into a blob/clob) in the database, and the images themsleves on a
disk. If you have a lot of images, store them on a device optimized for
i/o, like a netapp filer. 

This is how we build a large application for storing/sorting and animating
images.

kb
-- 
Kenneth Bowen [EMAIL PROTECTED] /\ moc.xobop@newobk newoB htenneK
Powered by Debian 2.2 | Mcq!         /  \ !qcM | 2.2 naibeD yb derewoP


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to