On 20 Jul 2009, at 17:29, Simon Davies wrote:
> As indicated inline, you are not handling error returns from sqlite3_step()
>
> This may not be the whole story, but ensure that you are not getting
> an error returned.
>
> Regards,
> Simon

On 20 Jul 2009, at 17:26, Pavel Ivanov wrote:
> Sounds like you're running several instances of your application in
> several different processes simultaneously on the same database. Are
> you sure you don't do that?
>
> Pavel

I want to thank you both, as you both were of great help. I actually
had an other process (though not directy related to this application)
interacting with the database, and I was convinced of it by checking
the error code of sqlite3_step.

Thanks again for your quick and accurate answers. I still have a long
way to go in programming, but I wish I shall someday be able to return
this kind of help to the community.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to