Consultor Eletrônico



Kbase P10739: setquerywhere files in the appserver
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/24/2003
Status: Unverified

FACT(s) (Environment):

Dynamics 1.1A

SYMPTOM(s):

SetQueryWhere function fails when run against appserver

Could not tokenize PREPARE string <predicate-string>. (7323)

CAUSE:

CHR(1) character is used in the WHERE string passed as parameter in the setQueryWhere function

FIX:

Replace the CHR(1) character in the where string for another one like CHR(2)