Michael wrote:
> 
> >     25/09/2013 09:28:01 :: SQLite error
> >     no such table: faxes
> 
> Killing the program, then re-opening will let it run correctly for another

> 24 hours. The function calls to generate the SqLITE connection on launch 
> and on resume are identical - same code is called, same parameters passed.

> Unsure how to proceed from here - any ideas? 
> 

Are you able to examine the database file with the command line SQLite tool
to determine if the table exists?  Is the database located on a network file
share?  It sounds like there are two applications accessing the database.
Which one are you having to kill?  Do you have any sample code which would
help us identify the problem?  What version of SQLite is being used?

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to