Thread: PostgreSQL

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    21

    PostgreSQL

    I am trying to use the default database provided by linux 6.2. That is PostgreSQL. My project has backend as PostgreSQL and frontend is C. Can any body tell me where can I get info about PostgreSQL database. The info given along with linux 6.2 is not clear.

    Do any body suggest good books on postgreSQL are also invited.

    I am in urgent requirement

    bye

    vamshi

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    385
    You need to use a C API for Postgresql to connect to the database. I believe this should help you out.

    http://www.postgresql.org/idocs/index.php?libpq.html
    Wandering aimlessly through C.....

    http://dbrink.phpwebhosting.com

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PostgreSQL large object problem
    By cph in forum C Programming
    Replies: 10
    Last Post: 07-03-2009, 12:27 AM
  2. libpq installation (Postgresql)
    By Opel_Corsa in forum C++ Programming
    Replies: 5
    Last Post: 12-27-2006, 05:49 AM