Consultor Eletrônico



Kbase P67068: What is the Record Buffer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/10/2004
Status: Unverified

GOAL:

What is the Record Buffer

FIX:

1) A temporary storage area in data memory for a record, field, or variable. When you read a record from the database, Progress makes it available to your application in the record buffer. When you write a record to the database, Progress gets that record from the record buffer.

2) A named and scoped memory area used to read and write records for a specific database table. The default name of a record buffer is the name of the table, possibly qualified by the database name.