|  |   Don't know of a specific product... integration using 3 processes
  is not very tight. Currently, a customer can do this himself as described
  below.
  
  We "integrated" ALL-IN-1 and Oracle SQL*Forms on a project here in
  Toronto.  It used the ALL-IN-1 sub-process to set job-level logicals to
  communicate with another (3rd) user process running SQL*Forms. The
  processes simply attached back and forth.  The sub-process code was
  eventually written as an ALL-IN-1 SDF (Site Defined Function) and
  linked in with ALL-IN-1 reducing the process count to 2 per user.
  
  The issue was more to do with ergonomics; FMS forms with command stacking
  work quite differently from SQL*Forms, (and more!).  Beware!  Demand that
  Oracle's forms look and feel as much like ALL-IN-1 as possible right
  from the start.
  
  It would also be possible, using the ORACLE PRO* precompilers, to
  write modules that could be linked directly into ALL-IN-1, which could
  access the database using scripts as the intermediary and thereby
  only use 1 process per user.
  
-ian  
 |