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.

Thanks,
garyc

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

Reply via email to