[fpc-pascal] Dataset modification and reading at the same time
Luca Olivetti
luca at ventoso.org
Mon Oct 5 23:38:27 CEST 2009
En/na Felipe Monteiro de Carvalho ha escrit:
>
> The problem now is that the write doesn't go immediately to disk, so
How so? If you're using a database server (or sqlite), any connection
should see the modifications as soon as the transaction is committed (in
fact the data or the journal should be safe on disk).
> when modifications are done this doesn't modify the displaying of data
> which is based on the read dataset.
You have to refresh it though.
Bye
--
Luca
More information about the fpc-pascal
mailing list