Loading GIF images into an Oracle table

From: Sean Kubovcik <seank_at_centurytel.net>
Date: Sat, 21 Apr 2001 13:50:01 -0400
Message-ID: <AKjE6.1520$uU6.521443_at_feed.centurytel.net>


I created a table to store gif images to be used for a product catalog. The table layout is:
Table name:
IMAGES
Columns:
IMAGE_ID number 8
IMAGE blob
TYPE varchar2 50
NAME varchar2 50

I can't figure how to insert the images into my table. Can someone enlighten me on how to load the images into an Oracle table, such as previously defined? Some sample code would be great or point me in the right direction.

Thanks in advance.
Sean Received on Sat Apr 21 2001 - 19:50:01 CEST

Original text of this message