Kbase P137394: What is the size limit of the string passed to QUERY-PREPARE?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/11/2008 |
|
Status: Unverified
GOAL:
What is the size limit of the string passed to QUERY-PREPARE?
GOAL:
How do the -inp and -tok startup parameters affect the size limit of the string passed to QUERY-PREPARE?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
The size limit for the string passed to the QUERY-PREPARE method is based on the values of the -inp and -tok startup parameters. When the string is compiled we look to ensure that the string does not exceed the maximum number of characters per statement as defined by the -inp startup parameter (defaults to 15,000) and also that the string does not contain more tokens then specified by the -tok startup parameter (defaults to 3,000).