• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Linking problems with PostgreSQL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Text: expand certain characters during editing, but still treat as single chars?
  • Next by Date: Implementing a "Column View"-like layout
  • Previous by thread: Re: Linking problems with PostgreSQL
  • Next by thread: formatters and blank values
  • Index(es):
    • Date
    • Thread