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 -> Storing images in Oracle7.

Storing images in Oracle7.

From: R C Evans <R.C.Evans_at_cs.cf.ac.uk>
Date: Fri, 26 Jun 1998 16:56:15 +0100
Message-ID: <3593C49E.4213EFAB@cs.cf.ac.uk>


I have created a table as follows

    create table test(
    code varchar2(10),
    picture long raw)

with intent to storing pictures.
If I have a file image.gif, how do I get the information from the file into the field? Received on Fri Jun 26 1998 - 10:56:15 CDT

Original text of this message

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