BUG: Wizards May Display Invalid Table Names for CRecordsetLast reviewed: January 9, 1997Article ID: Q155370 |
The information in this article applies to:
SYMPTOMSWhen selecting ODBC database support in the AppWizard or ClassWizard, the list of table names contains entries that are invalid.
CAUSEAppWizard and ClassWizard incorrectly handle table names.
RESOLUTIONA possible workaround to this problem is to create your recordsets using an alternate datasource, such as an Access MDB file, which contains the same table and column definitions as your original datasource. Then change your code to access the correct datasource instead. If your table names contain 30 characters or more, it may help to rename them to have fewer than 30 characters.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
KBCategory: kbusage kbtool kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |