BLOB From Forms. [message #86722] |
Mon, 25 October 2004 23:11  |
ratish
Messages: 5 Registered: September 2004
|
Junior Member |
|
|
Hi all
I am using BLOB data type for storing a picture in oralce 9i database server. I have image type item on my forms (Developer 6i). I am using following code to add picture to my image item.
READ_IMAGE_FILE('mypicture.bmp','bmp','CAMPUS_PICTURE.PHOTO_PIC');
Data is successfully saved in database. But when I retrieve the data, picture is not displayed. Similarly image gives error on reports.
Same data type is working perfectly with oracle 8i and developer 6i.
Can any one tell me the reason and how to save picture in database using BLOB?
Regards
Ratish agrawal
|
|
|
Re: BLOB From Forms. [message #87772 is a reply to message #86722] |
Tue, 08 February 2005 21:57  |
Minak
Messages: 1 Registered: February 2005
|
Junior Member |
|
|
There is a metalink forum in which I remember
one of the Oracle Analyst was giving a simple
sample
Why dont u try that
Mina
|
|
|