Kbase P69805: Is it possible to create temp tables using a Java client con
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/3/2004 |
|
Status: Unverified
GOAL:
Is it possible to create temp tables using a Java client connected to Progress database using JDBC driver?
FIX:
No. Progress SQL-92 does not have the option of creating a Temp-table. Possible alternative solutions is to create and drop tables or views as need be or use the native methods and attributes offered by the java language result set object.