On 6/28/17, Domonic Tom <abdom...@hotmail.com> wrote:
> I was getting the error in some cases
> SQLITE_MISUSE .

An SQLITE_MISUSE error code means you have done something wrong that
could potentially cause a segfault or other application crash.  You
need to fix that.  It's important.

And, yes, an SQLITE_MISUSE error code could possibly prevent your file
from being deleted later on.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to