I have some code which executes two queries against a database and returns two cursor objects. Is there any way that I can combine these two cursors so that all the L
L
There's MergeCursor for that (if there's no way to join tables).