Re: Loading GIF images into an Oracle table

From: Ludo Van Helleputte <Ludo.van.helleputte_at_be.pwcglobal.com>
Date: Sat, 5 May 2001 20:47:55 +0200
Message-ID: <3af44d9a_2_at_news2.prserv.net>


Just create a form on this table with developer (Forms 6i fe.) define your blob / long raw column as an image type in your form and set desired parameters (crop, size, ...) then add a button on your form, in the when-button-pressed trigger put a call to read_image_file (with needed parameters (see online help) , then run the form, hit the button, save the record ... done !!

As easy as that ...

"Sean Kubovcik" <seank_at_centurytel.net> wrote in message news: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 May 05 2001 - 20:47:55 CEST

Original text of this message