Consultor Eletrônico



Kbase P162045: Commas in output from get-complete-dbname-list (_aud-utils.p)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/03/2010
Status: Unverified

SYMPTOM(s):

Commas in output from get-complete-dbname-list (_aud-utils.p)

Output parameter from get-complete-dbname-list contains a mix of CHR(1) and comma characters

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.1x
OpenEdge 10.2x

CAUSE:

The character output parameter may contain information about whether the database is connected READ-ONLY or is connected to an attached APPSERVER as well as the database name so each entry in the returned CHR(1) separated list may be separated by commas.

FIX:

The comma is added to the database name in preparation for the additional entries, whether they are eventually appended or not so it is up to the programmer to always check entry one of each entry of this list.