>But I do not think that DOS has the ability >to automatically delete a file when it is closed, so the >files remain on disk after SQLite has finished with them.
Just a thought: Wouldn't it possible to have SQLite thoughtfully delete all files it creates when closing the database instead of relying on the operating system? I am not sure, but there might be plenty of OSes besides DOS that do not automatically delete temporary files. Ralf