Re: Linking problems with PostgreSQL
Re: Linking problems with PostgreSQL
- Subject: Re: Linking problems with PostgreSQL
- From: p3consulting <email@hidden>
- Date: Sat, 12 Jul 2003 09:56:49 +0200
Hello,
It is the first time I use PostgreSQL in Cocoa. No problem in
compiling but
I have been stuck in linking. I get the following link error :
You can always go to Big Nerd Ranch and download their source code.
Their BigSQL project is a client that connects to PostgreSQL databases
so you can see how to do it. You could even use their project as a
basis for yours.
http://www.bignerdranch.com/Resources/
Don
They are various PostgreSQL framework for Cocoa out there with various
OpenSource licensing - check against your needs:
bigsql - (Free ?) latest update ?
http://www.macupdate.com/info.php/id/10959,
http://www.bignerdranch.com/Resources/
Not really a PostgreSQL library just an example how to connect to a
PostgreSQL database and send a query, everything is done from the
window controller class.
PostgreSQL Cocoa Libraries - (Free) latest update Jan. 2003
http://www.macupdate.com/info.php/id/8407,
http://www.lamarchefamily.net/nakedsoft/
The only one that ships with libpq, libcrypto and libssl in binary form.
pgsqlcocoa (GPL) - latest update June 2003
http://www.macupdate.com/info.php/id/11233,
http://www.versiontracker.com/dyn/moreinfo/macos/19329, also on
sourceforge (with CVS) and gborg
The most complete of the 3 (>160 entry points) BUT strictly GPL.
The only one to implement the classic "bind variable",
"executeCommand", "nextRow" scheme and supporting asynchronous querying.
Pascal Pochet
P3 Consulting
email@hidden
http://www.p3-consulting.net
_______________________________________________
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.