Re: Database connectivity using a unix shell

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

On Wednesday 05 July 2006 10:29, Richard Broersma Jr wrote:
> > 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?

Yep, you are right. Here is a better link:

http://www.postgresql.org/docs/8.1/static/client-interfaces.html

Sincerely,

Joshua D. Drake

>
> Regards,
>
> Richard Broersma Jr.

--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-07-05 18:08:06 Re: Null and Void() - Or, Abandon All Hope Ye Who allow
Previous Message Richard Broersma Jr 2006-07-05 17:29:38 Re: Database connectivity using a unix shell