gdl2 (was Re: Linking problems with PostgreSQL)
gdl2 (was Re: Linking problems with PostgreSQL)
- Subject: gdl2 (was Re: Linking problems with PostgreSQL)
- From: Simon Stapleton <email@hidden>
- Date: Sun, 13 Jul 2003 08:14:50 +0200
Subject: Re: Linking problems with PostgreSQL
Cc: email@hidden
To: email@hidden
From: p3consulting <email@hidden>
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.
Although it's not necessarily relevant to the discussion at hand, I've
recently had some success getting gnustep's gdl2 (ObjC EOF clone)
working under OSX (with, I might add, enormous amounts of help and
prework from Stephane), and it seems to work quite well modulo the odd
missing bit or several. I might be convinced to build a binary package
if people are interested.
Simon
--
PGP Key Id : 0x50D0698D
--
Eagles may soar, but weasels don't get sucked into jet engines.
_______________________________________________
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.