On 29 Jan 2010, at 8:52pm, Vasanta wrote:

> when Database tries to create tables, getting the below error:
> "table insert failed for eventLog" any idea what is the reason, also I have
> these errors when I run manually, I gets these:

Everything apart from this line

> sh: 1: unknown operand

is a message that you are creating things (tables, indexes, etc.) which are 
already in your file.  In other words, you didn't start from no database file, 
or a blank database file, but from the database you created when your 
application last ran.

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

Reply via email to