WebUtil_file_transfer.client_to_db
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 ص