No, I am using sqlite3_prepare().

Regards,
Manohar.S

On Fri, Mar 13, 2009 at 4:23 PM, Simon Davies <
simon.james.dav...@googlemail.com> wrote:

> 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
>



-- 
hope is the only thing which keeps us all happy
http://sqlyog.wordpress.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to