Re: HELP! - Database questions
Re: HELP! - Database questions
- Subject: Re: HELP! - Database questions
- From: David Dunham <email@hidden>
- Date: Fri, 7 Mar 2008 11:40:47 -0800
On 7 Mar 2008, at 02:05, Jeff Brown wrote:
I have a problem :)
Which is probably not Xcode-specific. You'd probably get better
answers on a Cocoa-related list.
The options I've seen are:
1. Core Data - which is good because it ships with
XCode BUT it doesn't appear to allow me to use SQL
directly? Also is it possible to use Core Data as a
client/server on a local network with a maximum of 10
clients writing to the database only occasionally?
2. SQLite - BUT can it act as a server where it
resides on one machine and I can log into it from
another on a local network - I need to be able to do
this.
I've used SQLite, it's great since you can embed it for free.
However, I don't think it really allows for use as a server.
And since Core Data sits atop SQLite, it's probably not an option
either. (I don't think it *can* let you use SQL directly, since the
whole idea is to abstract the underlying data store.)
David Dunham
Voice/Fax: 206 783 7404 http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
_______________________________________________
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