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: petite.abei...@gmail.com
> Date: Sun, 25 Mar 2012 21:40:40 +0200
> To: sqlite-users@sqlite.org
> 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
> 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