PreviousNextIndex

BUFFER-COPY statement

Performs a bulk copy of a source record to a target record by copying each source field to the target field of the same name. You can specify a list of fields to exclude from the bulk copy, or a list of fields to include in the bulk copy. You can also specify WHEN...THEN phrases. For each such phrase, BUFFER-COPY executes the THEN portion if the corresponding WHEN portion evaluates to TRUE.

Syntax

BUFFER-COPY source [ { EXCEPT | USING } field ... ] 
  TO target [ ASSIGN assign-expression ... ] [ NO-LOBS ] [ NO-ERROR ] 

source
EXCEPT field ...
USING field ...
TO target
ASSIGN assign-expression
NO-LOBS
NO-ERROR
Notes
See also

BUFFER-COMPARE statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex