Oh boy. Thanks. 

--- On Fri, 1/22/10, Jay A. Kreibich <j...@kreibi.ch> wrote:

> From: Jay A. Kreibich <j...@kreibi.ch>
> Subject: Re: [sqlite] grabbing row contents?
> To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org>
> Date: Friday, January 22, 2010, 10:01 AM
> On Fri, Jan 22, 2010 at 07:57:50AM
> -0800, gary clark scratched on the wall:
> > 
> > Hiya,
> > 
> > Got a quick question. I perform the following on a
> table:
> > 
> > select * from table
> > 
> > How do I know when the select has completed all its
> transactions?
> > 
> > sqlite3_exec(db,query.c_str(),callback, this,
> &db_err);
> > 
> > I'm using the above statement,the callback is getting
> called as expected.
> 
>   The function returns.
> 
>    -j
> 
> -- 
> Jay A. Kreibich < J A Y  @  K R E I B I.C H
> >
> 
> "Our opponent is an alien starship packed with atomic
> bombs.  We have
>  a protractor."   "I'll go home and see if I
> can scrounge up a ruler
>  and a piece of string."  --from Anathem by Neal
> Stephenson
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 

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

Reply via email to