|
|
How to store image using Oracle forms6i
Dear ALl,
i face problem of saving images into the database
through oracle forms6i.
i store images of the diffrent diffrent formatt out of these .JPG
image file showed saved but that image not saved into the database,
i use
>>GET_FILE_NAME(File_Filter=>:Dummy.ImageType||' Files (*.'||:Dummy.ImageType||')|*.'||:Dummy.ImageType||'|');
>>READ_IMAGE_FILE(mFileName,:Dummy.ImageType,'StudentPhotograph.StudentPIC');
i used COLUMN TYPE :-BLOB.
if any body having solution help me .
Thaks
Regards
Pradauman Kumar
|
|
0
|
|
|
|
Reply
|
er.pradauman (1)
|
3/28/2009 5:22:54 AM |
|
Prady The fire wrote:
> Dear ALl,
> i face problem of saving images into the database
> through oracle forms6i.
> i store images of the diffrent diffrent formatt out of these .JPG
> image file showed saved but that image not saved into the database,
> i use
>>> GET_FILE_NAME(File_Filter=>:Dummy.ImageType||' Files (*.'||:Dummy.ImageType||')|*.'||:Dummy.ImageType||'|');
>
>>> READ_IMAGE_FILE(mFileName,:Dummy.ImageType,'StudentPhotograph.StudentPIC');
>
> i used COLUMN TYPE :-BLOB.
>
> if any body having solution help me .
>
> Thaks
>
> Regards
> Pradauman Kumar
I am not a forms developer, but this might help:
http://www.lazydba.com/oracle/0__12560.html
|
|
0
|
|
|
|
Reply
|
Michael
|
3/28/2009 10:39:39 PM
|
|
Prady The fire schreef:
> Dear ALl,
> i face problem of saving images into the database
> through oracle forms6i.
> i store images of the diffrent diffrent formatt out of these .JPG
> image file showed saved but that image not saved into the database,
> i use
>>> GET_FILE_NAME(File_Filter=>:Dummy.ImageType||' Files (*.'||:Dummy.ImageType||')|*.'||:Dummy.ImageType||'|');
>
>>> READ_IMAGE_FILE(mFileName,:Dummy.ImageType,'StudentPhotograph.StudentPIC');
>
> i used COLUMN TYPE :-BLOB.
>
> if any body having solution help me .
>
> Thaks
>
> Regards
> Pradauman Kumar
Did you perform a COMMIT?
Shakespeare
|
|
1
|
|
|
|
Reply
|
Shakespeare
|
3/29/2009 9:19:11 PM
|
|
|
2 Replies
2693 Views
(page loaded in 0.062 seconds)
|
|
|
|
|
|
|
|
|