Agrawal, Manish wrote: > > 1. Database connection not valid for getting number of changes > At System.Data.SQLite.SQLiteConnection.get_Changes() > > 2. Database connection not valid for getting last insert rowid > At System.Data.SQLite.SQLiteConnection.get_LastInsertRowId() > > 3. Database connection not valid for getting maximum memory used > At System.Data.SQLite.SQLiteConnection.get_MemoryHighwater() > > 4. Database connection not valid for getting memory used > At System.Data.SQLite.SQLiteConnection.get_MemoryUsed() >
Those exceptions indicate that the connection has been closed somehow. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users