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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.