Amazon.com Widgets database connectivity
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 18, 2013, 02:07:02 PM
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 connectivity
Pages: [1]   Go Down
Print
Author Topic: database connectivity  (Read 608 times)
barthgimble
Newbie
*
Posts: 4


Email




« on: June 10, 2010, 05:06:32 PM »

Is there an objective-c version of jdbc? Can someone point me at some info regarding db connectivity?
Thanks.
Logged
skochan
Administrator
Hero Member
*****
Posts: 3103







« Reply #1 on: June 10, 2010, 08:29:04 PM »

Sorry, it's not my area of knowledge.  Of course there a C API for SQLLite 3 that can be used directly or indirectly as it is the database structure that sits below Core Data.

Have you tried seeing what Google turns up?

Cheers,

Steve Kochan
Logged
barthgimble
Newbie
*
Posts: 4


Email




« Reply #2 on: June 11, 2010, 07:33:19 AM »

Hi Steve.

There seems to be a number of third party options. Some free. Is the main method for data storage meant to be object archival or serialization instead of a database? I'm pretty new at programming so I'm just trying to figure this stuff out. Very fun.

p.s. I just finished your book. I've read a lot of books the last 2 years and yours is very good. Thanks.
Logged
skochan
Administrator
Hero Member
*****
Posts: 3103







« Reply #3 on: June 11, 2010, 09:04:40 AM »

The method you use depends on many factors: the amount of data you need to store, whether it needs to be updated, whether you need to search it, where you need to to store it, and performance criteria.   For example, a database is not to needed to store a small amount of data in-between runs of your application.   Such data can be stored as a property list or a keyed archive directly in your application's file system.

Cheers,

Steve Kochan
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.