Reading Image in the Reports. [message #679589] |
Tue, 10 March 2020 09:52 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/9996a32bf69a26d576c355127fae6a6d?s=64&d=mm&r=g) |
amjad_alahdal
Messages: 102 Registered: October 2013 Location: Saudi Arabia
|
Senior Member |
|
|
Hello,
I am creating a report that uses the employee_id to get the Image from the server.
What I have done so far is :
I created a new report with the simple select statement as :
select
'\\172.15.10.25\departments\Interfaces\employee_Images\'||
employee_id ||'.jpg' Image
from
employees ;
Then I set the field to be :
Character.
Read from File : Yes.
File Format : Image.
I always get this error :
REP-0606: Unable to read link file \\***********.jpg Check link file format
I have read that oracle developer 6i supports reading files such as jpg, bmp , etc.
My problem seems that the developer can't read the file, but the question is why ?
Do I have to modify anything ?
Any clue ?
|
|
|
|
|
|
|
|
|
|
Re: Reading Image in the Reports. [message #679611 is a reply to message #679604] |
Tue, 10 March 2020 16:17 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
From my own experience, it is not about one image size, but total size.
For example, I had to display manager's signature at the bottom of each page in the report which produced e.g. 1000 pages. It failed. But, when I reduced scanned signature's image size from 100 KB to 5 KB, everything was OK.
So ... it just depends.
|
|
|