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

Home -> Community -> Usenet -> c.d.o.server -> INSERTING A LONG RAW VALUE

INSERTING A LONG RAW VALUE

From: Tabassam Idrees <VIRIC1_at_statoil.no>
Date: Tue, 28 Apr 1998 15:18:55 +0200
Message-ID: <3545D73F.361E@statoil.no>


Hello..

I'm trying to make a table for my images, by using the LONG RAW datatype. I've created a table TEST01 :

Column Name                    Null?    Type
------------------------------ -------- ----
NAME                                    VARCHAR2(25)
IMAGE	                                LONG RAW

How should i insert a image file from my harddrive.

I've tried : INSERT INTO TEST01 VALUES ('CAR', C:\CAR.JPG); But get errormessage

Any help will be appraciated.

thanx Received on Tue Apr 28 1998 - 08:18:55 CDT

Original text of this message

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