Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Application Server Forms9, no picture insert possible

Re: Application Server Forms9, no picture insert possible

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sun, 09 Nov 2003 10:31:02 -0800
Message-ID: <1068402683.371951@yasure>


Lanying & Manfred Chen-Fischer wrote:

>Hi,
>
>I´ve created a test table:
>
>create table testpic (
>testid number(2) primary key,
>testpic long raw);
>
>After that, I've included some pictures via Forms6 the complete
>functionality works with Forms6. The pictures are displayed via Forms9, but
>I can't insert new pictures.
>
>What went wrong, I kept all with default values!
>
>ManFis
>
>

Don't know as your code and methodology are hard to see from here.

What I can suggest is that you follow Oracle's recommendation and stop using LONG
RAW and start using CLOB.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Sun Nov 09 2003 - 12:31:02 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US