Kbase P30318: .ini file limit using AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/26/2010 |
|
Status: Unverified
SYMPTOM(s):
Unable to get key value from .ini file, using AppServer
GET-KEY-VALUE SECTION "MySection" KEY ""
does not return all keys located in the section "MySection"
GET-KEY-VALUE SECTION "MySection" KEY "" works fine without AppServer
GET-KEY-VALUE SECTION "MySection" KEY "Key1"
retrieves one specific key.
CAUSE:
Bug# OE00062793
FIX:
Use GetPrivateProfileString from the Win32 API or use Registries.