View Single Post

   
  #1 (permalink)  
Old 02-23-2008, 04:18 AM
Lanying & Manfred Chen-Fischer
 
Posts: n/a
Default Application Server Forms9, no picture insert possible

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


Reply With Quote