The information in this article applies to:
BUG#: 14348 (6.00) SYMPTOMSA simple SELECT statement with an invalid string in the LIKE clause can generate an access violation, instead of giving a syntax error. WORKAROUNDUse only valid strings. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
If the string is 'x'%'x' you will get the AV, but if you have 'x'x'%' or
'x'_'%', you will get the syntax error as expected. The problem can be
reproduced by using the following scenario:
Additional query words: sql6 char strings
Keywords : kbprg SSrvProg SSrvTran_SQL kbbug6.00 |
Last Reviewed: March 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |