[fpc-pascal] Dataset modification and reading at the same time

David Emerson dle3ab at angelbase.com
Mon Oct 5 20:24:13 CEST 2009


On Mon 5 Oct 2009, Felipe Monteiro de Carvalho wrote:
> The problem now is that the write doesn't go immediately to disk, so
> when modifications are done this doesn't modify the displaying of data
> which is based on the read dataset.

Maybe you could do a sync operation or some such, to force changes to be 
written to disk. It would probably slow the system down, but you might 
be able to get it to work.

~David.




More information about the fpc-pascal mailing list