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: Joe Brown <joebrownNO_SPAM_me_very_MUCH_at_leading.net>
Date: 1998/10/01
Message-ID: <3613e74c.177236392@news.leading.net>#1/1

Forms 5.0 can not read a TIFF image > 64k

Built in image handling does not support muti-page (TIFF) documents.

If I'm wrong about either of these two statements, please point me in the right direction.

I understand that the JPG format does not have these constraints, but JPG doesn't do multi-page documents, and is also the WRONG format for imaging (unless you're storing photographic like pictures (lots of colors) and a lossy compression algorithim is acceptable).

"Valery A. Sorokin" <vsorokin_at_dd.ru> 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
>
> --
> 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

--
joebrown
@leading.net
Received on Thu Oct 01 1998 - 00:00:00 CDT

Original text of this message

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