Re: MyODBC w/Cocoa?
Re: MyODBC w/Cocoa?
- Subject: Re: MyODBC w/Cocoa?
- From: "David Piasecki" <email@hidden>
- Date: Wed, 21 Apr 2004 12:43:36 -0700
Thanks. That worked.
David
On Apr 21, 2004, at 12:36 PM, Nick Zitzmann wrote:
On Apr 21, 2004, at 12:43 PM, David Piasecki wrote:
Has anyone tried using MyODBC in Cocoa? I've followed the CocoaMySQL
source before, but this time I want to use standard C++ with ODBC
instead of Objective-C so I can use the same source code on other
platforms. For some reason, the source below compiles just fine when I
#include <sql.h>, but I get the runtime error "ZeroLink: unknown
symbol
'_SQLAllocEnv'".
You have to link your target against the libiodbc library, which is in
/usr/lib.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.