PRB: ODBC Error When Updating an Edited RecordLast reviewed: December 11, 1997Article ID: Q166882 |
The information in this article applies to:
SYMPTOMSThe following error occurs in the Query Designer when you move off an edited table record:
ODBC Error: Client Cursor: 12 - No key columns are specified for the update table. CAUSEIn the Query designer, a table must have a key column specified so that you can edit the table data. The Query Designer uses SQL "Update ... Where" syntax to update the record and requires a key field in the Where clause to uniquely identify the record.
RESOLUTIONSpecify a key column in your table. See the InfoView topic titled “Defining a Primary Key” under “Microsoft Visual Database Tools, Database Designer, Working with Database Objects, Constraints”
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/ Keywords : kbDtQDesigner Version : 1.0 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |