Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
Hello I am new to this forum and to iPhone Dev SDK.
I have written two tutorials that may be of interest to other users of this forum. The first one is How-To create an IOS 5 app using SQLite, and the other one is how to implement CRUD (insert, update and delete) operations.
btw i have a question, how about if i already made a database in a website? how can i retrieve the data? do i need a php file to connect the data, after that send the data to iPhone?
if yes, how could i do that? do you have any tutorial about that? thanks.
btw i have a question, how about if i already made a database in a website? how can i retrieve the data? do i need a php file to connect the data, after that send the data to iPhone?
if yes, how could i do that? do you have any tutorial about that? thanks.
SQLite is strictly speaking a "local" storage facility. You could try a web app that would launch a query on the database. In iOS take a look at NSURL & NSURLConnection or NSURLRequest. Basically this is like making a Ajax call.
Replies
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesomebtw i have a question, how about if i already made a database in a website?
how can i retrieve the data?
do i need a php file to connect the data, after that send the data to iPhone?
if yes, how could i do that? do you have any tutorial about that? thanks.
- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 · Off Topic Insightful Disagree Dislike Like Awesome