Merci für den Tipp,
aber auch dort war ich von Abstürzen nicht verschont

Und OO-Base bricht leider bei vielen offenen Masken und vielen offenen Verknüpfungen auch ab und an mal ein.
Mittlerweile bin ich durch weiteres Lesen auf einen guten Lösungsansatz gekommen:
When WRITE_DELAY is set to FALSE or 0, the sync takes place immediately at each COMMIT. WRITE_DELAY TRUE performs the sync once every 20 seconds (which is the default). A numeric value can be specified instead.
The purpose of this command is to control the amount of data loss in case of a total system crash. A delay of 1 second means at most the data written to disk during the last second before the crash is lost. All data written prior to this has been synced and should be recoverable.
Sieht so aus, als ob WRITE_DELAY bei mir falsch eingestellt ist. Danke für den Tipp mit Commit, der hat mich dort hin geführt.
Cherio
Andreas