Amazon.com Widgets Database in IPHONE / IPAD
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2013, 07:46:04 AM
Home Help Search chat Login Register   
News: Read this please.The Great Kangaroo Escape Looking for reviews of the 4th ed on Amazon!   Twitter:  @skochan
                     

+  Official Forum for Programming in Objective-C (the iPhone Programming Language) - Stephen Kochan
|-+  iOS Programming
| |-+  General Questions
| | |-+  Database in IPHONE / IPAD
Pages: [1]   Go Down
Print
Author Topic: Database in IPHONE / IPAD  (Read 514 times)
mr_ael
Newbie
*
Posts: 1


Email




« on: April 11, 2012, 10:09:38 PM »

Hi, My name is Alfred.
I'm new in this forum, just googling and become a member.

I just learn the IOS Programming last week. I'm reading this book, "A Beginners Guide - IOS SDK Programming".
I read alot and try alot already.

And now my question is about the database in iphone or ipad. Because I want to build one apps that retrieve data from the database. In that book said that iphone and ipad are using SQLite Database, thats mean we gonna build our own database first including the structure, etc. And we also must input our data. Smiley

How about if I want to retrieve data but not from the SQLite Database, but from the other database engine? lets say from my I have a domain, I created a database. How can I use that database without using the SQLite?

another example I make an android apps for my university. The apps retrieve the data from the university database. How can I retrieve the data using IOS Programming? Do I need a php to connect through the database like the android?

Thanks before. Sorry for my bad english. I'm waiting for your answer guys. Thanks.
Logged
happyzhb
Administrator
Newbie
*****
Posts: 47


Email




« Reply #1 on: May 11, 2012, 10:01:19 AM »

You have to use sqlite if you database is native on your iOS device. However, you can use any database if you are retrieving the data over the network. In those cases, it really doesn't matter what the database it, essentially you are using data from the internet.

You need to look into coredata if you are using native db sqlite.

You need to look into libxml, JSON if you are trying to retrieve data over the network.
Logged
Pages: [1]   Go Up
Print
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Entire forum contents (c) 2009 classroomM.com. All rights reserved.