Re: New to cocoa/database
Re: New to cocoa/database
- Subject: Re: New to cocoa/database
- From: "Jeff Watkins" <email@hidden>
- Date: Mon, 5 Jan 2004 16:07:22 -0500
Michael, as I found out recently, OS X includes a copy of the Berkeley DB
(version 1.85 I believe). You can find more details about this by querying
the man pages:
man dbopen
man btree
man hash
This is a very basic database system; but it is guarenteed to work on every
OS X box. Plus it requires no server set up.
----- Original Message -----
From: "Michael Bayme" <email@hidden>
To: <email@hidden>
Sent: Monday, January 05, 2004 3:32 PM
Subject: New to cocoa/database
>
Hi! I'm just starting my first cocoa app. I need to work with a lot of
>
data - in short I need some sort of integral database functionality. Is
>
there some sort of library that I can link with my program? As the
>
program is meant for various endusers I can't rely on everyone having
>
their own version of **sql or whatever installed. Thanks in advance.
>
>
Michael J. Bayme, M.D., F.A.C.S.
>
Saroka Medical Center, Beer-Sheva, Israel
>
cx nik`l aiim
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.