|
Re: inserting image problem [message #525477 is a reply to message #525470] |
Mon, 03 October 2011 07:28 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](//www.gravatar.com/avatar/4907a90c65e92942f4043dc5db95f847?s=64&d=mm&r=g) |
shashank_kurasrediffmail
Messages: 63 Registered: July 2011 Location: hyderabad
|
Member |
![shashankkuras@gmail.com](/forum/theme/orafaq/images/google.png)
|
|
hi all,
am able to read the image (in forms) into an image object.
and is there a way to insert the image into database by using the image object .
for ex:
with the help of below code
begin
read_image_file('C:\Users\shashank.kura.VISAKA\Desktop\img\DESERT.JPG','ANY','BLOCK3.IMAGE6');
end;
am able to read image into an image object .
Am trying to insert image into database as below
in when button pressed trigger
insert into imag values('block3.image6');
block3--block name
image6--image object name
but am getting error as wrong expression.
thanks for all in advance.
[Updated on: Mon, 03 October 2011 22:47] Report message to a moderator
|
|
|