How to retrive content of one table from database in sqlite for iphone?

Posted by Warrior on Stack Overflow See other posts from Stack Overflow or by Warrior
Published on 2010-06-14T21:10:37Z Indexed on 2010/06/14 21:12 UTC
Read the original article Hit count: 97

Filed under:
|

I am using Sqlite database in my app.I Have 3 tables in database(group, category & categorygroup).I want to retrieve the contents from the category table with reference to the primary key of the group table.category group act as a junction table which as both the primary keys of group and category .How can i achieve that.Please help me out,Thanks

© Stack Overflow or respective owner

Related posts about iphone

Related posts about sqlite3