On Thu, Sep 1, 2011 at 9:10 AM, NOCaut <[email protected]> wrote: > > How wait for finish query? > while(q1.step()); // or q1.fetch() <<< this function i not find >
try q1.finalize(), as someone suggested for your previous post. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

