views:

39

answers:

1

Hi all,

I am trying to make a cocoa application which will have form like fields and will be used to store and retrieve values from table in MySql database at some local linux server.

I want to know that is there any connectivity tool in cocoa which I can use or I have to design API for it??

Thanks,

Miraaj

+2  A: 

One option is MySQL-Cocoa/MCPKit.

outis