Save_image_item

i have a table tst_image which contains blob.
tst_image has two columns : id varchar2(10), img blobIn the form the img column contains an image.
When i want to save a record clicking a button through the following insert statement
insert into tst_image values(:tst_image.id,:tst_image.img)then during compilation, error 49 bad bind variable error shown.
How i can save the image from form, please help me.
-ashraf

No need to proceed an extra INSERT order. Let Forms do the job itself in a COMMIT statement.
Francois

Similar Messages

Maybe you are looking for