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

Re: Storing images in Oracle7.

From: <Markz_at_starnet.lenfest.com>
Date: Wed, 01 Jul 1998 19:13:35 GMT
Message-ID: <359a89dd.24678636@news1.fast.net>


if you have Pro*C, check out $ORACLE_HOME/precomp/demo/proc/sample4.pc This is basically the entire source for inserting and retrieving binary data using Pro*C.

On Fri, 26 Jun 1998 16:56:15 +0100, R C Evans <R.C.Evans_at_cs.cf.ac.uk> wrote:

>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?
>

MarK Z, 6b, rhymingly Received on Wed Jul 01 1998 - 14:13:35 CDT

Original text of this message

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