FIX: SQLDescribeCol & SQLColAttributes Give Wrong NullabilityLast reviewed: October 29, 1997Article ID: Q159470 |
2.65 6.50
WINDOWS
kbinterop kbbug2.65 kbbug6.50 kbfix6.50.sp2
The information in this article applies to:
SYMPTOMSWhen you add an identity column to an existing table using the ALTER TABLE statement, SQLColAttributes and SQLDescribeCol incorrectly report that the identity column allows NULLs.
WORKAROUNDTo work around this problem, use the Column nullability information derived from SQLColumns.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 and the Open Database Connectivity driver version 2.65. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.
MORE INFORMATIONSQLColumns, correctly reports that the column does not allow NULLs. NOTE: This problem also occurs with the SQL Server 6.5 Service Pack 1 ODBC driver build 2.65.0212.
|
Additional reference words: 2.65 6.50 Nullibility odbc
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |