Re: SQL DB connection in X-Code
Re: SQL DB connection in X-Code
- Subject: Re: SQL DB connection in X-Code
- From: Chris Espinosa <email@hidden>
- Date: Sun, 12 Apr 2009 10:26:15 -0700
On Apr 12, 2009, at 8:39 AM, VikramPrabhu K.N wrote:
I am new to X-Code and iPhone development.
I was trying to write a simple iPhone application which contains a
list view, on which items can be added dynamically (This could be a
simple ToDo application on which items can be added).
For these items I was planning to have a SQL DB.
Could you please help me in the actual steps for this OR give me the
pointers where I can find a sample code similar to my requirement
which involves SQL Database connection.
First, if the list is going to be simple, investigate using an NSArray
or some other simple data structure, rather than a database.
But the best place for this question is http://devforums.apple.com in
the Getting Started area.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden