Shared queries
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
If you specify field lists in a NEW SHARED query,
the matching SHARED query definitions in external
procedures only have to include the FIELDS or EXCEPT keyword
as a minimum field list reference. The complete field list is optional
in the SHARED query definitions, but required in
the NEW SHARED query definition.
However, the AVM raises the ERROR condition
when you run a procedure with a SHARED query if
you:
- Specify a field list in the
SHAREDquery to match aNEW SHAREDquery that has no field list. - Do not specify a field list reference in the
SHAREDquery to match aNEW SHAREDquery that has a field list.