I want to create and populate a temporary table into a DB2 database from
a Java web application. This is all fine and good and works. However, I
would then like to reference the temporary table from a Stored Procedure
from the same connection.
Is this possible? Am I able to pass in the name of the temporary table
and use it in a Stored Procedure? If so can you give some simple coded
examples? If not then what other options do I have (possibly a 'fake'
temporary table)?
Cheers,
Jack
a Java web application. This is all fine and good and works. However, I
would then like to reference the temporary table from a Stored Procedure
from the same connection.
Is this possible? Am I able to pass in the name of the temporary table
and use it in a Stored Procedure? If so can you give some simple coded
examples? If not then what other options do I have (possibly a 'fake'
temporary table)?
Cheers,
Jack