Re: Database connectivity using a unix shell

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Cc: Jasbinder Bali <jsbali(at)gmail(dot)com>, Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
Subject: Re: Database connectivity using a unix shell
Date: 2006-07-05 17:29:38
Message-ID: 20060705172938.85308.qmail@web31815.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Wednesday 05 July 2006 09:11, Jasbinder Bali wrote:
> > Hi,
> > Before using ECPG, i had a few questions.
> > Lets say i have a C code and want to do something with my postgres
> > database.
> > What all header files do i need for ECPG.
> > Also how and where exactly am i going to write these EXEC SQL statements
> > for ECPG.
> > Can I be briefed about the steps to do this.
> http://www.postgresql.org/docs/8.1/static/server-programming.html

Joshua,

The original posting was in regard to client side script/programs that a user would connect to a
database. Doesn't the above link have application to client side connections?

Regards,

Richard Broersma Jr.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-07-05 17:44:28 Re: Database connectivity using a unix shell
Previous Message Richard Broersma Jr 2006-07-05 17:21:51 Re: ECPG usage