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/01
Message-ID: <36137279.78614BD6@dd.ru>#1/1

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
 

-- 
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 Thu Oct 01 1998 - 00:00:00 CDT

Original text of this message

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