2009/3/13 manohar s <manohar...@gmail.com>:
> Thanks for that. I Should have searched that :).
>
> Now I am Executing  the Vacuum query, and sqlite3_interrupt() is called from
> a different thread, It is interrupted.
> But once interrupted query execution is failing with SQLITE_ERROR. It has to
> fail with SQLITE_INTERRUPT right?
>
> sqlite3_errmsg() is returning proper error "[DB: C:\Documents and
> Settings\All Users.WINDOWS\Application Data/data/sqlitedb.data]
> interrupted".
>
> Am I missing anything here?
>
> I am testing with SQLite 3.6.11.
>
> Regards,
> Manohar.S

Are you using the v2 version of prepare?
http://www.sqlite.org/c3ref/prepare.html

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

Reply via email to