tags:

views:

25

answers:

1

I want to generate run time database (sqlite)in iphone application.How it possible? Please help me for this query.

+1  A: 

Use sqlite3_open.

If you want a more specific answer, you'll have to ask a more specific question. As currently phrased, it is far too vague.

Shaggy Frog