views:

32

answers:

2

I am doing a program involving a database. I have a query that will fetch all the data from the table.

But I want to traverse through each record and get each column values of each record.

For that, we usually use a ResultSet. But since I am a beginner in SQLite, I dont have any idea on how to do this? Do anyone have an idea?

A: 

Google for 'iphone sql tutorial' but first ask yourself whether you should be using CoreData instead.

Robin Summerhill
A: 

Hi,

You should look the tutorials at this place besides also look for this link

Hope this helps,

Madhup

Madhup