PRB: RDO/Jet: Run-Time Error 40069; Client Cursor Error 11 or 12Last reviewed: February 26, 1998Article ID: Q181715 |
The information in this article applies to:
SYMPTOMSWhen you run a SELECT statement against the Microsoft Jet ODBC driver using RDO and the client batch cursor engine, you receive one of the following two error messages:
Run-time error 40069 Client Cursor: 11 - No update tables are specified -or- Run-time error '40069': Client Cursor: 12 - No key columns are specified for the update table CAUSEWhen using the client batch cursor engine, and opening a static resultset, you must use the same case as in the table when typing field names into the SELECT clause of the SQL statement. This applies to the primary key field and any BLOB (Binary Long Object) columns--LongVarChar and LongVarBinary.
RESOLUTIONUse one of the following methods to resolve this problem:
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe client batch cursor engine needs to locate the source table name for the primary key field and any BLOB fields, because these fields are required when updating data and retrieving BLOB data. If the BLOB column names don't have the correct case, you will receive the error 11 message. If only the primary key column has an incorrect case for the field name, you will receive the error 12 message.
Steps to Reproduce BehaviorWARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
(c) Microsoft Corporation 1988, All Rights Reserved. Contributions by Malcolm Stewart, Microsoft Corporation
|
Additional query words: upper lower
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |