Search results

  1. C

    SHARED dynamic temp table?

    Static temp tables can be declared to be SHARED with DEFINE NEW SHARED TEMP-TABLE temp-table-name Is there anyway to create a dynamic temp table (i.e. CREATE TEMP-TABLE handle) that is SHARED? -Chad Johnson
  2. C

    Java OpenClient and dynamic Temp Tables

    Hello, I have a question concerning how to interact with dynamic temp-tables via the Java OpenClient through an Application Server. From what I'm reading in the Open Client docs I need a temp table defined with a BEFORE-TABLE to be able to add / modify / delete records via Java...
Back
Top