PRB: Cannot Use Macro Substitution in Remote ViewsID: Q136774 The information in this article applies to:
SYMPTOMSyou can't use macro substitution within a remote view. This means that the following code is invalid:
RESOLUTIONTo limit the result set of a view, consider using View Parameters. For information about view parameters, please see the "Creating Multi-Table Views" chapter of the Visual FoxPro "Developers Guide," under the heading "Limiting the Scope of a View."
STATUSThis behavior is by design.
MORE INFORMATIONWhen Visual FoxPro creates a remote or a local view, the SQL SELECT statement for the view is stored as a static string in the .dbc file. The .dbc file also stores the column definitions for the result set and other properties. The next time the view is opened, the entire SQL String is passed to the remote data source. Because a remote data source does not process Macro Substitution, Visual FoxPro cannot pass the macro to the server. However, you can use View Parameters to create the same effect as in this example:
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbprb
KBSubcategory: FxprgSql
|
Last Reviewed: September 17, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |