dbTalk Databases Forums  

How to store image using Oracle forms6i

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss How to store image using Oracle forms6i in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Prady The fire
 
Posts: n/a

Default How to store image using Oracle forms6i - 03-27-2009 , 11:22 PM






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
Quote:
GET_FILE_NAME(File_Filter=>ummy.ImageType||' Files (*.'||ummy.ImageType||')|*.'||ummy.ImageType|| '|');

READ_IMAGE_FILE(mFileName,ummy.ImageType,'Studen tPhotograph.StudentPIC');
i used COLUMN TYPE :-BLOB.

if any body having solution help me .

Thaks

Regards
Pradauman Kumar


Reply With Quote
  #2  
Old   
Michael Austin
 
Posts: n/a

Default Re: How to store image using Oracle forms6i - 03-28-2009 , 04:39 PM






Prady The fire wrote:
Quote:
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=>ummy.ImageType||' Files (*.'||ummy.ImageType||')|*.'||ummy.ImageType|| '|');

READ_IMAGE_FILE(mFileName,ummy.ImageType,'Studen tPhotograph.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


Reply With Quote
  #3  
Old   
Shakespeare
 
Posts: n/a

Default Re: How to store image using Oracle forms6i - 03-29-2009 , 04:19 PM



Prady The fire schreef:
Quote:
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=>ummy.ImageType||' Files (*.'||ummy.ImageType||')|*.'||ummy.ImageType|| '|');

READ_IMAGE_FILE(mFileName,ummy.ImageType,'Studen tPhotograph.StudentPIC');

i used COLUMN TYPE :-BLOB.

if any body having solution help me .

Thaks

Regards
Pradauman Kumar
Did you perform a COMMIT?

Shakespeare


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.