Consultor Eletrônico



Kbase P133108: String "?" cannot anymore get distinguished from a String "~?" in SQL-92
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Unverified

SYMPTOM(s):

String "?" cannot anymore get distinguished from a String "~?"

Values are assigned via ABL commands

arr_col[1] = "?" arr_col[2] = "~?"

in all cases "?" is displayed in SQL-92

FACT(s) (Environment):

OpenEdge 10.1C
All Supported Operating Systems

CAUSE:

A tilde is ignored within an assign statement as long as not escaped by an other tilde

FIX:

Tilde has to be escaped as well.