Subject write buffer changes to dataset
Author Boris Schlüszler
Hello!

Is it possible to write changes in the buffer to the dataset?

Something like this:

while not ds.BufferEof do ds.BufferFieldByName('NUMBER').AsInteger:=0;
>>> ds.FlushBuffer <<<


Any comments appreciated.

Regards, Boris