Re: Cocoa Application to front End for MySQL Database

2008-11-07 Thread Luis Rojas
Thanks, this was the pointer i needed On 11/7/08, Dave DeLong <[EMAIL PROTECTED]> wrote: > You may be interested in the Sequel Pro project, an open-source Cocoa > frontend for MySQL databases: > > http://code.google.com/p/sequel-pro/ > > Cheers, > > Dave > > On

Cocoa Application to front End for MySQL Database

2008-11-07 Thread Luis Rojas
Hi, I would like to know what is the best way you can access MySQL from a cocoa application, since i know there is no CoreData Storage for MySQL, what other methods we have of actually connecting from Cocoa to a Data Base? Thanks in advance, Luis R. Rojas

Foundation Tool, readf, stdio, question!

2008-10-08 Thread Luis Rojas
Hi, I am trying to make a tool that uses cocoa classes but i am stuck in one basic point. How do i read text on the terminal? and where can i find more information if i want to make cocoa applications that is main interface is the terminal. Thanks in advance. __