The information in this article applies to:
SYMPTOMSWhen updating a recordset using Microsoft Foundation Classes (MFC) Database classes and a dynaset type cursor the following error may appear: This occurs when a table name is used as part of the column list in a SQL SELECT statement. RESOLUTIONDo not use the table name as part of the fieldname in the SQL statement. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe following snippet of code, using MFC ODBC, illustrates the use of table name that causes the error:
Additional query words:
Keywords : kbDatabase kbDriver kbODBC kbOracle |
Last Reviewed: August 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |