Showing images in reports 6i from database [message #376699] |
Thu, 18 December 2008 05:26 |
nahian
Messages: 7 Registered: June 2007 Location: Bangladesh
|
Junior Member |
|
|
Hello everyone
I am nahian. I hv a BLOB column in a table where the images are being stored.How can I display those images or pictures in Oracle Reports 6i.
would be greatly thankful & helpful from an early response.
Regards
Waliul Arefin Nahian
|
|
|
Re: Showing images in reports 6i from database [message #377027 is a reply to message #376699] |
Fri, 19 December 2008 08:57 |
Steve Corey
Messages: 336 Registered: February 2005 Location: RI
|
Senior Member |
|
|
Hi Nahian,
You would query the field like you would any typical field in the Data Model. To create the display field in the Layout Model, create a normal field with datatype Longraw. The file format property should be set to Image.
HTH,
Steve
|
|
|
|
Re: Showing images in reports 6i from database [message #400391 is a reply to message #377160] |
Tue, 28 April 2009 00:36 |
ht_maya
Messages: 16 Registered: April 2009 Location: ORISSA, INDIA
|
Junior Member |
|
|
I have stored image in oracle table with BLOB data type.
Can anyone please tell me the procedure how to retrieve it in oracle report?
(I have attached the script by which i inserted image into table)
Regards,
M Behera
|
|
|