PDA

View Full Version : Data base for app. on iphone




arme
Sep 27, 2008, 02:36 AM
how i can use that data base for store and get information and query ?



robbieduncan
Sep 27, 2008, 02:48 AM
Open the Documentation in XCode. Type sqlite into the search. Read.

arme
Sep 27, 2008, 04:00 AM
Where i can create my table?
if sqlit have analyzer or interface ?

ghayenga
Sep 27, 2008, 12:44 PM
Where i can create my table?
if sqlit have analyzer or interface ?

I use SQLite Database Browser.

Niiro13
Sep 27, 2008, 02:18 PM
I don't bother with SQLite...I just use plists...so far nothing bad...

arme
Sep 28, 2008, 12:40 AM
I use SQLite Database Browser.

I use but compiler give me 7 error " functions of sqlite3 don't know".
i install sqlite.h and i call include sqlite3.h.

am i need a special config. for xcode?