25 Jan
2004
25 Jan
'04
11:23 p.m.
Sean wrote at 2004-1-24 18:19 -0500:
I have noticed that the Data.fs file grows constantly. Does anyone know if the earlier part of the file is ever altered?
It is routinely: When "FileStorage" starts to write a transaction record to the storage file, it marks the transaction status as "checkpoint" (status == "C"). After the complete transaction record is written, the transaction status is changed to " ". Thus, you cannot place the storage file on a write once medium (unless you change the "FileStorage" code). -- Dieter