Re: accessing mysql from Cocoa <newbie>
Re: accessing mysql from Cocoa <newbie>
- Subject: Re: accessing mysql from Cocoa <newbie>
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 2 Jun 2001 10:33:56 +0100
On Saturday, June 2, 2001, at 10:09 am, Matthew White wrote:
I'm continuing to tinker, but has anyone else tried to use the MySQL c
api
from Cocoa or have any general pointers (keep the list to less than 50
items
:-) as to where I am going wrong?
Maybe if I can get this going it could be turned into a framework for
the
coding pleasure of all and sundry.
perhaps you're not linking against the library? you probably need to to
that. it'll be in $PREFIX/lib ($PREFIX being where you installed MySQL).
-- Finlay