Try OpenEdge Now
skip to main content
Startup Command and Parameter Reference
Startup Parameter Descriptions : Field List Disable (-fldisable)
 

Field List Disable (-fldisable)

Use Field List Disable (-fldisable), which is a run-time parameter, to cause the AVM to ignore field lists in the r-code and fetch complete records.
Operating system and syntax
UNIX / Windows
-fldisable
Use with
Maximum value
Minimum value
Single-user default
Multi-user default
Client Session
Also, note the difference between -fldisable and -rereadfields. The Field List Disable (-fldisable) option causes the AVM to ignore all field lists and to fetch the entire record for every query. The Reread Field List (-rereadfields) option causes the AVM to ignore a field list and fetch the entire record only when an error occurs due to a missing field. Therefore, using -rereadfields is likely to have less of a negative impact on performance.
See RereadFields (-rereadfields) for more information. For more information about using field lists, see OpenEdge Getting Started: ABL Essentials.