The information in this article applies to:
BUG #: 17296 (6.5) SYMPTOMSWhen you perform a SELECT query with a UNION ALL of two views, a general protection (GP) fault occurs in Sqlsrv32.dll. The views are generated with SELECT statements that contain embedded CONVERT functions. The GP fault occurs on a call to SQLExtendedFetch when fetching the results using a server cursor. CAUSEThe GP fault occurs because metadata about a column maximum width that is returned to the driver from the server cursor is incorrect. WORKAROUNDTo work around this problem, use the RTRIM string function to remove the extra padding after you use the CONVERT function. The CONVERT function incorrectly sets the resulting column width at 255 characters when it converts from the integer datatype to the character datatype. Use permanent or temporary tables, instead of views, to store the resulting data. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 and ODBC versions 2.5 and 3.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: GPF
Keywords : kbusage SSrvGPF SSrvProg kbbug6.50 |
Last Reviewed: April 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |