Try OpenEdge Now
skip to main content
Debugging and Troubleshooting
Troubleshooting Resources : Log Entry Types Detail : Query information logging : Generating query information : Unsupported queries
 
Unsupported queries
OpenEdge provides no query information logging for SQL statements within an ABL procedure, or for free-standing FIND statements. For example:

REPEAT:
  FIND NEXT customer.
END.
Similarly, query information logging does not log query information for WebSpeed support programs, such as any programs in the web/objects, webutil, webedit, and webtools directories.