Overview
TableTalk is the product/lane name for table buffering in DotTalk++.
Its subject is not general table manipulation or table browsing. Its subject is
the buffered editing state around open DBF areas: ON/OFF buffering, DIRTY versus
clean state, STALE versus fresh fields, buffered row changes, and the
COMMIT/ROLLBACK lifecycle.
Relevant runtime areas include:
SET TABLE BUFFER ON|OFF [ALL].TABLEandTABLE BUFFER STATUSreporting.TABLE BUFFER DUMPfor buffered change inspection.REPLACEandCALCWRITEwhen buffering is ON.COMMITandROLLBACK.- dirty/stale field evidence such as
DIRTY | STALE [DOB].
See TableTalk docs, Current Project Truth, and the canonical public repo deraldg/x64base.