BUG: IDBSchemaRowset Reports DBTYPE_NUMERIC for MONEY DatatypeLast reviewed: October 31, 1997Article ID: Q172531 |
----------------------------------------------------------------------- --
The information in this article applies to:
SYMPTOMSWhen an application queries SQL Server for the MONEY datatype using IDBSchemaRowset::GetRowset DBSCHEMA_COLUMNS, it returns DBTYPE_NUMERIC (131). This is inconsistent with IColumnsInfo::GetColumnInfo, which returns DBTYPE_CY (6) for the MONEY datatype.
WORKAROUNDTo work around this problem, use IColumnsInfo::GetColumnInfo for the column metadata.
STATUSMicrosoft has confirmed this to be a problem in OLEDB SDK version 1.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: ODBC SQL_DECIMAL software developers developer's
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |