I wish to load some data for my game from a SQLLITE database.
1). What tool can I use on a mac that is free to create such a database? 2). Where do I store that database in my application folder? That is what is the norm. “data/data.db”?
[import]uid: 38453 topic_id: 7239 reply_id: 307239[/import]
You can create a database in code, you don’t have to create it ahead of time.
You should save it in system.DocumentsDirectory; for the simulator that location is in the application sandbox mentioned in Terminal.
Both of your questions are addressed on the docs page for SQLite, make sure to read that: http://developer.anscamobile.com/content/data-storage [import]uid: 12108 topic_id: 7239 reply_id: 25532[/import]