Recent content by chadj

  1. C

    SHARED dynamic temp table?

    My apologies for not being more specific. I was looking for a mechanism to create a dynamic TEMP-TABLE that satisfies a subsequent DEFINE SHARED TEMP-TABLE declaration in a separate procedure. From what I gather that cannot be done. This, unfortunately, is not a design choice of my own. I'm...
  2. 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
  3. C

    Java OpenClient and dynamic Temp Tables

    Excellent, I will take a look! -CJ
  4. 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