Kbase P14017: dynamic browse & dynamic objects question, how to use indexe
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/01/2003 |
|
Status: Unverified
GOAL:
Can the INDEXED-REPOSITION option be used for a dynamic query?
FIX:
Yes, it can. Simply include it as part of the input to the QUERY-PREPARE method.
For example,
hQuery:QUERY-PREPARE("FOR EACH Customer NO-LOCK INDEXED-REPOSITION").