Subject | write buffer changes to dataset |
---|---|
Author | Boris Schlüszler |
Post date | 2002-01-08T11:21:42Z |
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;
Regards, Boris
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