The information in this article applies to:
SYMPTOMSIf you add a table name qualifier to a column name in the DoFieldExchange of your CDaoRecordset-derived class where one is not required to resolve ambiguity, an exception will be thrown when the recordset is opened. The exception indicates that:
CAUSESpecifying table name qualifiers for columns that are not ambiguous (where the column name is sufficient to uniquely identify the column) causes the assignment of retrieved data to bound columns that occurs in the GetRows function to fail. RESOLUTIONRemove unnecessary table name qualifiers to avoid this behavior. STATUSThis behavior is by design. Additional query words:
Keywords : kbprg kbDAO kbDatabase kbMFC kbVC |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |