BUG: PATINDEX on CONVERT May Cause GP FaultLast reviewed: April 29, 1997Article ID: Q114527 |
The information in this article applies to:
SYMPTOMSUsing the TEXT function PATINDEX with a static string converted to TEXT using the CONVERT function may cause a general protection fault (GP fault) on SQL Server.
WORKAROUNDUse an equivalent C or Visual Basic string function if performing DB-Library (DB-Lib) programming.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 4.2 for OS/2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe query,
SELECT PATINDEX("x", CONVERT(TEXT, "x"))may cause SQL Server for OS/2 to Trap D and terminate.
|
Additional query words: kernel
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |