PRB: Connectivity Error: Illegal reference in queryID: Q142168 3.00 3.00b WINDOWS kbinterop kbprb The information in this article applies to:
SYMPTOMSWhen you update data in a remote view, the following error may occur:
CAUSEIn the Update Criteria tab of the view designer, the "SQL WHERE clause includes" option is set to "Key and Modified Fields," and one of the modified fields is a memo field. A memo field cannot be used in a SQL WHERE clause.
RESOLUTIONChange the "SQL WHERE clause includes" option in the Update Criteria tab of the view designer to "Key Fields Only" or "Key and Timestamp."
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a remote view based on a table that contains a memo field. 2. In the Fields tab, click the Add All button. 3. In the Update Criteria tab, specify a key field, click the Update All 4. Save the view as View_Test.
5. Type the following commands in the Command window:
6. Make some changes to the memo field data.
7. Type the following command in the Command window:
The Illegal reference in query error occurs at this point.
Additional reference words: 3.00 3.00b VFoxWin KBCategory: kbinterop kbprb KBSubcategory: FxinteropOdbc
|
Last Reviewed: January 9, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |