Quoth Sam Carleton <scarle...@miltonstreet.com>, on 2011-04-22 23:36:04 -0400:
> I am implementing a dataset update process.  There is a for loop going
> through the dataset either doing an update on the row or deleting the
> row.  So there are two statements that are preparied, currently I am
> using the same basic logic for both.  The problem is the second time
> around I get a SQLITE_MISUSE.
>
> What am I doing wrong?

You probably need to sqlite3_reset the statement after stepping it.

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

Reply via email to