Re: Still having problems displaying image
Date: 1997/03/21
Message-ID: <01bc360b$bfe187a0$7957a1c6_at_Natasha.fifthd.ca>#1/1
Gerald "Floyd" Hehe <floyd_at_mbay.net> wrote in article
<01bc34df$afe36d00$774f28ce_at_dip-1.mbay.net>...
> 3 days....and still coming back to the same problem....
>
> Select Image_Data --Image stored as long raw...in table
> Into :Component_Image --the name of the image item on the form
> From Image --proper table name
> Where :Serv_comp = Image.Comp_Code;
>
> I used Read_Image_file to get it from the file system into the table and
> now want to get it from the table to the form where the text item
> :Serv_Comp = Image.Comp_code.....
>
> keep getting a bad bind variable Component_image
>
> Does anyone see my flaw?
>
This may be to obvious, but try putting the block name on the component_image. ie (:block_name.item_name). Otherwise, move the image onto it's own block and let Oracle select the image into it automatically.
Marie Received on Fri Mar 21 1997 - 00:00:00 CET