Pictures and Developer 6

From: Scott Haas <haas_at_scpa.sri.com>
Date: Tue, 01 Feb 2000 13:50:55 -0500
Message-ID: <38972B0F.F3489BAB_at_scpa.sri.com>



[Quoted] I have a table (called PICTURE) as follows:
 RECORD_ID         VARCHAR2(8)
 PICTURE              BINARY  FILE LOB

I suscessfully loaded a sample record using

    CREATE OR REPLACE DIRECTORY graphicdir AS 'd:\ora_in\graphic';

    INSERT INTO PICTURE
        VALUES ('x0001234', BFILENAME('graphicdir','x0001234.bmp'));

I am running Forms 6.0, and have a canvas with this table as it's data block.
The form does not display the picture when it runs. I do get the record

number appropriately, but not the .bmp file.

Has anyone worked with BFILE and displayed pictures on forms?

TIA,
Scott Received on Tue Feb 01 2000 - 19:50:55 CET

Original text of this message