On 15 Sep 2010, at 3:41am, Hemant Shah wrote:

> I have written a C program that creates in-memory database. It reads packets 
> from the network and insert some info in the database. 
> 
> Sometimes I get following error:
> 
> SQL logic error or missing database.

Does the error occur only when starting your program, or sometimes during a 
long run which had gone okay up to that point ?

Is the database accessed from more than one thread or process ?

Are you intentionally using NULL values anywhere ?

Simon.

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

Reply via email to