On Mon, Jun 16, 2003 at 16:30:50 +0530,
"Smitha V. Babu" <smitha.v@sonata-software.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.