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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to