[stackoverflow] [progress Openedge Abl] Creating A Buffer With The Same Name As The...

Status
Not open for further replies.
P

pmartin

Guest
I've run across this code in a number of places:

DEFINE BUFFER Customer FOR Customer.


I have two questions:


  1. What is the purpose of this? Why is it beneficial to create a buffer with the same name as the table?


  2. When writing code to access this table/buffer, how does Progress know whether to access the DB directly or through the buffer?

Continue reading...
 
Status
Not open for further replies.
Top