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 -> Re: Developer 2000

Re: Developer 2000

From: Valery A. Sorokin <vsorokin_at_dd.ru>
Date: 1998/10/02
Message-ID: <3614C7DF.515A1341@dd.ru>#1/1

Also look at the article:
  http://www.zdjournals.com/eod/9706/eod9761.htm


June 1997         Storing and retrieving images with
                  Developer/2000 forms
                  By Robert G. Weiler 

Valery A. Sorokin wrote:
>
> You can use READ_IMAGE_FILE (look at forms online help) with
> image item:
>
> READ_IMAGE_FILE(photo_filename, 'TIFF', 'emp.emp_photo');
>
> If 'emp.emp_photo' item has True in "Database Item" property
> (in Forms 5.0), you will store this file to Oracle database
> after COMMIT_FORM statement executed. Use LONG column type
> for example.
>
> I hope it will helps you.
>
> Eisen Chao wrote:
> >
> > To All:
> >
> > What capabilities does Oracle Developer 2000 have in
> > being able to prompt the end-user for graphics files
> > (e.g. .TIFF, .JPEG) and then storing these files to
> > an Oracle database in appropriate format (Blob ?).
> >
> > If it doesn't have this, are there add-on tools which
> > can be added to Develoepr 2000 ?
> >
> > Thanks,
> >
> > Eisen
>
> --

 [snip]

-- 
Valery A. Sorokin
ProSoft, Russia, Moscow, Information Systems Division
Phone: +7 (095) 234 0636 (6 lines) FAX: +7 (095) 234 0640
E-mail: vsorokin_at_dd.ru OR vsorokin_at_prosoftmpc.msk.su
http://www.dd.ru
Received on Fri Oct 02 1998 - 00:00:00 CDT

Original text of this message

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