The information in this article applies to:
SYMPTOMSAfter saving and closing a remote view with a date criteria in the Open Database Connectivity (ODBC) Date Format, the View Designer does not read the criteria correctly. For example: {d 'yyyy-mm-dd'} RESOLUTIONUse the Create SQL View command to create and modify views. For an existing view, the following code can be used to capture the existing SQL statement:
One other option is to modify the view in the View Designer. This
necessitates entering the date criteria again before saving.
STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONIn Visual FoxPro 6.0, this problem is further exacerbated by the new setting, SET STRICTDATE. The default setting of SET STRICTDATE causes the following error when trying to open the view definition in the View Designer: To avoid this error and modify the view in the View Designer, issue the following command from the Command window:
Please note that to save any changes in the View Designer to this remote
view, the date criteria must be re-entered. This is true for all versions
of Visual FoxPro listed in the "Applies to" section of this article.
Steps to Reproduce Behavior
Additional query words: kbVFp600 kbVFp500a kbVFp500 kbDesigner kbSQL
Keywords : |
Last Reviewed: August 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |