Hello,
I found two cases where sqlite_open function create fresh empty database instead opening existing file in Windows 98SE. Seems that it is possible tht sqlite_open is sure that database file not exists. I don't know if it is a bug in my program (I was told that this happen when to instances of my program is running at the same time) or a bug in sqlite_open. Did anybody have such problems ? It's rather rare (two cases during 1,5 year cycle).
I use sqlite 2.8.13.
-- Best Regards Bogusław Brandys