Re: [q] IMAGE
From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 16 Aug 2004 17:51:07 -0700
Message-ID: <1092703914.209474_at_yasure>
Date: Mon, 16 Aug 2004 17:51:07 -0700
Message-ID: <1092703914.209474_at_yasure>
Vysochin Artem wrote:
> good day ,
>
> I use Oracle Dev.Suit 9i and want to have in my form picture , i.e.
> have a table emp (name , address, picture) , so how can I do this ?
> and also , picture - CLOB, BLOB, LOB , LONG ,LONG RAW ?
> Wich is kind of type ?
>
> Thanks, mailto webber_at_astral.ntu-kpi.kiev.ua
There is no such thing as LOB data type. LONG and CLOB are for text not binaries. Oracle is deprecting LONG RAW.
Pic must be BLOB.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Tue Aug 17 2004 - 02:51:07 CEST