• 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: Accessing SQL Databases
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accessing SQL Databases


  • Subject: Re: Accessing SQL Databases
  • From: "Pierce T. Wetter III" <email@hidden>
  • Date: Tue, 16 May 2006 05:50:10 -0700



So what are my options? Do I need some third party library to do this?

Yes, at this point. What happened is that Apple had the best framework for accessing databases ever: EOF, and they ported it to Java and dropped the ObjC version (go figure). Then they realized "oops, we shouldn't have done that", and started over with CoreData which only supports 3 different backing stores. So maybe CoreData2?


In the meantime, though your needs are limited, you might want to check out AJRDatabase which is an EOF clone on sourceforge. I don't think there's an adaptor for MS SQL Server though, so perhaps one of the ODBC options others have proposed will work.

So for your needs...probably ODBC. Long term and for others, AJR is a better path. If you can control the database, FrontBase has a really nice ObjC framework for accessing their database; it returns standard Foundation classes like NSArray, NSNumber, etc.

 Pierce
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Accessing SQL Databases (From: "Kenny Millar" <email@hidden>)

  • Prev by Date: QTMovieView crash
  • Next by Date: Issue with Scroller n Placard in Table view
  • Previous by thread: Re: Accessing SQL Databases
  • Next by thread: Re: Accessing SQL Databases
  • Index(es):
    • Date
    • Thread