Kbase P4392: JDBC error Cursor not opened (7511) with select statement within a loop
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Cursor not opened (7511)
JAVA client connecting via JDBC to Progress Database
Same select statements work from SQL Explorer
CAUSE:
Performing select statements within a recursive loop
FIX:
Check the code to make sure the statements are not within a recursive loop.
The same code worked within SQL Explorer as this was just the statement extracted, not the full code which included the loop.