Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Read from file in Reports 2.5

Re: Read from file in Reports 2.5

From: Eric Givler <egivler_at_flash.net>
Date: Sat, 13 Jan 2001 02:16:56 GMT
Message-ID: <sUO76.3398$J%.366113@news.flash.net>

Use the client-side text_io package and check for existence by trying to open the file? If you raise an error, the file doesn't exist, otherwise, it's there, so close it, then load the file?

"James Alexander Starritt" <james_at_jamesstarritt.com> wrote in message news:93o3gb$b575j$1_at_ID-68406.news.dfncis.de...
> I am currently working on a report that loads and displays images with the
> Load as File feature. This works wonderfully as long as the file is
 present,
> however dies a horrible death if the image is not found at the location
> specified.
>
> Since I am dealing with many thousands of images it is impossible to
 verify
> if they all exist, so I guess the question is how do I handle the error
 and
> allow the report to finish ...
>
> Any ideas would be appreciated
>
> --
>
> James Alexander Starritt (james_at_jamesstarritt.com)
>
>
>
>
Received on Fri Jan 12 2001 - 20:16:56 CST

Original text of this message

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