Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WebUtil_file_transfer.client_to_db

Eng Hossam WallyApr 23 2011 — edited Apr 23 2011
Dear sir,

This is my code

Declare
Result BOOLEAN ;
Begin
Result:= Webutil_File_Transfer.Client_To_DB('c:\txt1.txt','photo','photo_image','ID=2') ;
if Result =true then
message('gooooooooooooooood');
message('gooooooooooooooood');

else
message('Baaaaaaaaaaaaad');
message('Baaaaaaaaaaaaad');
end if;
end;

my table name is photo
column name is photo_image BLOB

i put this code under bush button and i always get my defined message " baaaaaaaaaaad" .!!!

i tried to be in update state . i pushed excute_query where column id and its value 2 is found and pushed my button to store file but nothing !!

can any one help me ..

thnaks in dvance

Edited by: Eng Hossam Wally on 23/04/2011 05:48 ص
This post has been answered by Sarah QA on Apr 23 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2011
Added on Apr 23 2011
8 comments
968 views