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
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
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.
__