Kbase P5599: Error 7328 When Invoking QUERY-PREPARE
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
<database name> <buffer name> <field name> must be a quoted constant or an unabbreviated, unambiguous buffer/field reference for buffers known to query <name>. (7328)
CAUSE:
The string passed to the QUERY-PREPARE() method was not formatted properly
FIX:
Ensure that the end result of any string concatenation that is done to build up the full query string is a valid string. Use the MESSAGE statement to display the string before passing it to the QUERY-PREPARE() method