Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> LONG RAW: Insert a picture

LONG RAW: Insert a picture

From: Greg Braun <braun_at_tri.sbc.com>
Date: Fri, 10 Sep 1999 15:54:14 -0500
Message-ID: <7rbqr9$k6h$1@chatterbox.tri.sbc.com>


I made the following table:

create table picture
(

   uid            varchar2(8)       not null unique,
   image             long raw          not null
);

I would like to insert pictures into the image field, but I don't know how to do it.

Please help
Thanks
Greg Received on Fri Sep 10 1999 - 15:54:14 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US