Consultor Eletrônico



Kbase P46056: Difference Between getQueryWhere and getQueryString
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

Difference Between getQueryWhere and getQueryString

FACT(s) (Environment):

Dynamics

FIX:

getQueryWhere gets the current query-prepare of the query object whilst getQueryString gets the string assigned to the query.
As a result, if a new query is built but the query is not reopened then getQueryWhere will not return the change as the query-prepare has not changed whilst getQueryString will return the newly built query.