views:

33

answers:

1

Hey there,

I am planning to develop an iPhone application heavily relying on sqlite DB , from different links I have gone through this seems to be a great tool and has some really good support.

As my app is still in the planning process

I would like to ask if there are any Issues with SQLlite database ? from memory management to Queries and data sizes and multiple access etc;

Please share your experience using SQLite DB in iPhone and what problems did you face?

I just want to make a note of these exceptions so that I may plan my App well and do not have any issues raised in the middle of the development process.

Thanx for your contribution.

+2  A: 

If you are not looking to support the OS version 2.x or below I would (as the apple and may be the other developers) suggest to use the core-data. Its a lot simpler and easy to handle than sqlite. See the apple support and this sample for more help.

Thanks,

Madhup

Madhup
hey thanks for the suggestion. Can I use core data to sync my app with an online DB ?
jAmi
@jAmi this link might be helpful to you http://www.iphonedevsdk.com/forum/iphone-sdk-development/46187-core-data-syncing-database-web.html
Madhup