• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Database Connectivity
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Database Connectivity


  • Subject: Re: Database Connectivity
  • From: Daniel Waylonis <email@hidden>
  • Date: Fri, 2 Nov 2001 18:45:30 -0800

On Friday, November 2, 2001, at 05:44 PM, email@hidden wrote:

> I'm beating my head against a freakin' wall. Surely someone out there
> knows what is available as far as database connectivity goes in Cocoa.
> I've looked all all of the solutions out there: FrontBase, OpenBase,
> MySQL - these are great if you want a client/server database app. [...]

Hi Carla,

Hope your head it okay now...

Check out the built-in Berkley DB ("man dbopen"). There are three
different formats for a local file database: btree, hash, and recno.
You'd pick a format that's appropriate for your data. Each of the
formats also has its own man page. It's a C API, but you could probably
very easily write some Cocoa wrappers.

Caveat: I've never used it -- I've used Perl:DBI, and mySQL in the
past, but you're not looking for a client-server DB.

I believe that Sleepycat Software (http://www.sleepycat.com/) also has a
more industrial strength version of the Berkley DB if you need it.

Dan
______________________________________________________________________
Dan Waylonis email@hidden
Applications Engineering http://waylda.apple.com
Apple Computer, Inc. 408.974.0945 (O)
IL1, P435, MS 301-3KG 650.533.5333 (M)


References: 
 >Database Connectivity (From: email@hidden)

  • Prev by Date: off screen NSView rendering
  • Next by Date: Re: Way OT: Picking up a NEXTSTEP workstation
  • Previous by thread: Re: Database Connectivity
  • Next by thread: Re: Database Connectivity
  • Index(es):
    • Date
    • Thread