how to store a picture [message #83878] |
Wed, 24 December 2003 03:47 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Ramaprasad
Messages: 7 Registered: December 2003
|
Junior Member |
|
|
Dear friends,
Can any one of u clearly explain
me how we can store picture in Database
i.e., in Table level.
Then how can we retrieve in Oracle forms.
regards,
Ramaprasad
|
|
|
Re: how to store a picture [message #83893 is a reply to message #83878] |
Sun, 28 December 2003 20:50 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](/forum/images/custom_avatars/43055.jpg) |
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
This is a question that pops up every two weeks or so, so you can search the board:
Look here.
There are restrictions though: In Forms 4.5, BLOBs are not yet natively supported. But even more important is that the image size is limited in Forms!
Basically it comes down to this:
- Create a table with blob column (to store the image content)
- Create a block referring to this table with an image item.
- create a button to search the client's file system, using the GET_FILE_NAME built-in and READ_IMAGE_FILE built-in.
- create a button to delete the image.
MHE
[Updated on: Fri, 18 February 2005 23:32] Report message to a moderator
|
|
|
|
|