Re: How to integrate postgresql to a c application.............

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: "Smitha V(dot) Babu" <smitha(dot)v(at)sonata-software(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to integrate postgresql to a c application.............
Date: 2003-06-16 11:49:52
Message-ID: 20030616114952.GB27634@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, Jun 16, 2003 at 16:30:50 +0530,
"Smitha V. Babu" <smitha(dot)v(at)sonata-software(dot)com> wrote:
> Hi to all..
> I am new to postgresql..
> I installed postgresql and pgaccess successfully...
> Able to create tables and basic database operations..
>
> I am developing a C application which need a database..
> In corresponding windows application we are using CDAOdatabases...
> We declared db,workspace and recordset.
> And uses commands like db.open etc ..
>
> And my question is how to integrate postgresql to c application ...Can any
> one help me

libpq is the C library for Postrges. I suggest you start by reading its
documentation.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message DAVANNE Eric - NTR ( EDavanne@nanterre.sema.slb.com ) 2003-06-16 13:27:15 NOVICE : using variables
Previous Message Smitha V. Babu 2003-06-16 11:00:50 How to integrate postgresql to a c application.............