Consultor Eletrônico



Kbase P140353: Are buffer parameters declared or defined with the types INPUT, OUTPUT and INPUT-OUTPUT?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/20/2009
Status: Unverified

GOAL:

Are buffer parameters declared or defined with the types INPUT, OUTPUT and INPUT-OUTPUT?

GOAL:

What is the parameter definition syntax for a table buffer?

GOAL:

What is the parameter passing syntax for a table buffer?

GOAL:

How to pass a table buffer as a parameter of a procedure or function

GOAL:

How to pass a table buffer as an argument to a procedure or function

GOAL:

How to declare a user-defined function with a table buffer as a parameter

GOAL:

How to define a user-defined function with a table buffer as a parameter

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

The parameter definition syntax for a table buffer is:

BUFFER buffer-name FOR database-table-name [ PRESELECT ]

The parameter passing syntax for a table buffer is:

BUFFER buffer

The keywords INPUT, OUTPUT and INPUT-OUTPUT are not used with table buffer parameters.