Kbase P14516: What is the maximum amount of active statements thru JDBC ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/29/2003 |
|
Status: Unverified
GOAL:
What is the maximum amount of active statements thru JDBC ?
GOAL:
How many active statements can we have open at one time to a database ?
FIX:
The maximum amount of SQL statements open against a single database can be obtained by using the getMaxStatements() function included in the JDBC API the returned result is a constant value of 100.