[android-developers] Cursor that will work with query for 2 tables

2010-07-25 Thread Marc
I have a little program that writes to a SQLite database with 4 tables. When I do a query (either with rawQuery or SQLiteQueryBuilder.query) the cursor only has column's from the first table. Does anybody know how to do a query on 2 tables that have been joined on a key value? some code public

Re: [android-developers] Cursor that will work with query for 2 tables

2010-07-25 Thread Mark Murphy
On Mon, Jul 26, 2010 at 12:03 AM, Marc gobl...@gmail.com wrote: I have a little program that writes to a SQLite database with 4 tables. When I do a query (either with rawQuery or SQLiteQueryBuilder.query) the cursor only has column's from the first table. Does anybody know how to do a query on