Sometimes when I stop an app where I have been writing to a dets table, when I later open it it shows:
dets: file "records" not properly closed, repairing ...
Although the file seems to be quite ok once opened.
On the app I’m just starting the dets table, doing a bunch of insert_new
into it and not worrying about anything else. Is there a proper way of closing a dets once I’ve written to it?