Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Storing images in Oracle7.
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
![]() |
![]() |