The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. This article applies only to a Microsoft Access database (.mdb). SYMPTOMSMicrosoft Access may return an inconsistent value for a floating-point field in an SQL table when it checks the value of the field before editing and before updating. This can result in the error message when you are trying to update a record in a linked SQL table. CAUSEThis behavior may occur when an SQL indexed field data type is set to either Date/Time or Float. RESOLUTION
Remove the index from any field that has the Date/Time or Float data type.
sp_helpindex <Table Name>To remove an index, use the following command: DROP INDEX <Table_Name.Index_Name>Note that you must be logged on to the SQL Server as either the table owner or the System Administrator. Additional query words: prb
Keywords : kberrmsg kbusage kbdta OdbcOthr |
Last Reviewed: September 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |