Re: Another Image question

From: Dmitry L. Zhuk <dmitry_at_leaves.spb.su>
Date: 1997/03/20
Message-ID: <33314E1E.5BDF_at_leaves.spb.su>#1/1


Datatype of image items is persent to LONG RAW database column. Set property Item_Type to Image for you column (example emps.photo). Create Button (or other interface elements, that help you read picture from file system).

 Write Trigger When-Button-Pressed:
Read_Image_File('FACE.TIF','TIFF','EMPS.PHOTO');

That build-in read file face.tif into emps.phoho. After that operation you can commit changes, and you image will saved in database.

You cannot write a SELECT statement to select LONG RAW value into an image item.

Best Regards.

Zhuk Dmitry.
Leaves Inc. Russia. Received on Thu Mar 20 1997 - 00:00:00 CET

Original text of this message