PRB: Synergex Driver Displays Fields Incorrectly in View Designer (269021)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q269021 SYMPTOMS
The Microsoft Visual FoxPro View Designer displays fields incorrectly when the view is based on tables from a Synergy/DE version 7.1 Driver.
RESOLUTION
In most cases the following workaround can be used:
Create the view programmatically by using code similar to the following:
CREATE SQL VIEW "FYF002" ;
REMOTE CONNECT "Synergex" ;
AS SELECT * FROM customers
NOTE: The view can then be manipulated visually as long as the tables from Synergy/DE 7.1 have been added programmatically prior to editing the view visually.
REFERENCES
(c) Microsoft Corporation 2000, All Rights Reserved. Contributions by Kenneth Robison, Microsoft Corporation.
Modification Type: | Major | Last Reviewed: | 8/27/2002 |
---|
Keywords: | kbBuilder kbCodeSnippet kbDatabase kbDSupport kbprb KB269021 |
---|
|