Re: [sqlite] Delete database

2004-05-25 Thread Dennis Cote
> From: "Ed Porter" <[EMAIL PROTECTED]> > > I've tried closing the database from all applications, (before deleting) to > no avail. What am I doing wrong? Hi Ed, Your problem may be that you have SQLite VM's that are not being finalized before the database is closed. I have recently run into this

[sqlite] Delete database

2004-05-22 Thread Ed Porter
Hi, My application creates a temporary SQLite database that other applications can access while it is "alive". Unfortunately, after another application accesses the database, the original application cannot delete it. Also, if the original application accesses the dtabase in a subsequent session