tags:

views:

64

answers:

1

Hi,

I want to implement Native Mac application with Database.

How can i implement database application? Can anyone give me some sample tutorial to start?

Thanks,
Jim.

+2  A: 

You can develop a Cocoa app using Core Data.

If you have a specific database in mind, there are SDKs available (such as MySQL's C connector).

Seth
I was planning to use MySQL database and MySQL's C Connector will work for me.
Jim
@Jim : I don't know if your goal is to sell your database application but if it is : you'd better use Firebird or Postrgresql
Hugues Van Landeghem
@Hugues Van Landeghem - why do you say that?
Seth
If you sell application (so not GPL) with MySQL : you have to pay licence for this.
Hugues Van Landeghem