PRB: RDO/Jet: Run-Time Error 40069; Client Cursor Error 11 or 12 (181715)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q181715 SYMPTOMS
When 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
Run-time error '40069':
Client Cursor: 12 - No key columns are specified for the update table
CAUSE
When 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.
RESOLUTION
Use one of the following methods to resolve this problem:
- Type the field names using the same case as the field names in the ODBC
table.
-or-
- After opening the recordset, manually specify the SourceTable property
of the problematic columns prior to doing any data access. Also, set the
KeyColumn property of the primary key field to True.
STATUS
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
Modification Type: | Minor | Last Reviewed: | 1/9/2003 |
---|
Keywords: | kbGrpDSVBDB kbprb KB181715 kbAudDeveloper |
---|
|