It's just that the two resultsets are not related. What I thought was that I could gain some performance by combining two SELECT into one statement and execute it via one prepare/step.
> From: [email protected] > Date: Sun, 25 Mar 2012 21:40:40 +0200 > To: [email protected] > Subject: Re: [sqlite] Handle multiple results using sqlite3_step > > > On Mar 25, 2012, at 9:36 PM, Neo Anderson wrote: > > > And I do not want to use big union. > > Out of curiosity, why is that? SQLite goes to great length to support > relational operations. Why not use them? > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

