I came across something in the TDATABASE Class help:
lBuffer To use or not a buffer. It is a must for NetWorking!
Can someone explain this to me? Does it activate releated to aBuffer?
aBuffer An editing buffer holding fields temporary data The big benefit of using a TDataBase object is the editing where we may drastically reduced our source code size. aBuffer keeps an array with the same number of elements as fields are on the workarea. This buffer may be loaded from the record or saved to the record. So there is no need to work with local variables (normally used with this same purpose, to work as a field buffer), and just one TDataBase object will be enough and perfect to hold all temporary fields values