Another Image question

From: Gerald \ <floyd_at_mbay.net>
Date: 1997/03/18
Message-ID: <01bc33cd$924c08a0$6d4f28ce_at_dip-1.mbay.net>#1/1


Now that I have successfully entered an image into my table, I'm trying to recall it from the database to display it in a image item using the following PL/Sql

Select Image_Data
Into :Component_Image --the name of the image item on the form

From Image                  --proper table name
Where :Serv_comp = Image.Comp_Code;

I get a bad bind variable component_image error...

Have I just been staring at the screen to long or am I doing something inherently wrong? Received on Tue Mar 18 1997 - 00:00:00 CET

Original text of this message