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
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to