Is it possible to handle multiple results using sqlite3_step or any other API calls?
I want to execute the following SQL in one statement and want to get the two
resultsets.
select 1 a; select 2 b;
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

