The information in this article applies to:
SYMPTOMSIn the Trey Research Site Manager, viewing the articles purchased by a user who has the 0x7c character in the Username field causes the following error message to be displayed:
NOTE: The character string ,ou was also added to the user name. CAUSEThe code in shopper_view.asp uses the vbTextCompare option of the Instr() function, which is case insensitive. It should instead use the vbBinaryCompare option, which is case sensitive. RESOLUTIONIn comtr\manager\shopper_view.asp, change the following line of code:
to this:
MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: dbcs localized localization international foreign kberrmsg errmsg ssce ss3
Keywords : |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |