The information in this article applies to:
BUG# 10091 (4.2) SYMPTOMS
Under Microsoft Windows NT if the thousand separator is set to null or a
space, then the dbconvert function will generate a " instead of a space or
a null whenever converting a money value to a string.
will display as
Under MS-DOS or OS/2, setting the thousand separator to a null by changing the corresponding entry in SQLCOMMN.LOC to '' or leaving it blank will cause the separator to be replaced by a carry return. For example,
will display as
CAUSE
Specifying a blank or null separator through Control Panel causes Windows
NT to respectively store "" and " " in the registry. DB-Library, in turn,
only considers the first character.
WORKAROUND
For Windows NT, changing the registry entry \current user\control
panel\international\sthousand to space works as expected. Setting it
to null causes the separator to default to a comma.
STATUSMicrosoft has confirmed this to be a problem in DB-Library version 4.20.50. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: dblib
Keywords : kbprg SSrvDB_Lib |
Last Reviewed: March 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |