PRB: "Base table fields" Error When Running a ViewLast reviewed: November 26, 1997Article ID: Q176578 |
The information in this article applies to:
SYMPTOMSWhen you use a view to create another view, you may receive this error when you run the second view:
Base table fields have been changed and no longer match view fields.After you try to modify the view, this error occurs:
Invalid File Descriptor.Visual FoxPro (VFP) for Windows closes with an Illegal Operation error in Windows 95 or you receive a Vfp.exe Application Error in Windows NT 4.0. In Visual FoxPro for Macintosh you receive the two error messages but the application does not close.
RESOLUTIONThe second view must be deleted from the database and re-created while adding all of the fields from the first view.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONWhen you work with views, if a field is removed in the base table or in a view that another view is based on, you expect the "Base table fields" error message to occur. Because the field in the second view is trying to update a field in the first view or the base table and that field is not there, this error should occur. Unfortunately, this error also occurs if one or more fields are left out when you create each view. For example, if a view is created on a table and the "First Name" field is removed and then a second view is created based on the first view with the "Last Name" field removed, the error occurs. The tables and views have to be closed and the Send SQL check box must be selected in the Update Criteria tab of View Designer for the error to occur.
Steps to Reproduce Behavior
|
Additional query words: Remote view
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |