View Single Post

   
  #2 (permalink)  
Old 02-23-2008, 04:19 AM
Daniel Morgan
 
Posts: n/a
Default Re: Application Server Forms9, no picture insert possible

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/e...ad/oad_crs.asp
http://www.outreach.washington.edu/e...oa/aoa_crs.asp
damorgan@x.washington.edu
(replace 'x' with a 'u' to reply)

Reply With Quote