Re: PostgreSQL Inquiry - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: PostgreSQL Inquiry
Date
Msg-id 200305031334.09959.shridhar_daithankar@nospam.persistent.co.in
Whole thread Raw
In response to PostgreSQL Inquiry  ("Bob Krus" <bobk@tbtsi.com>)
List pgsql-general
On Saturday 03 May 2003 02:37, Bob Krus wrote:
> Does PostgreSQL have the capability to process embedded instructions
>     in COBOL code?  If not, how does it communicate with COBOL programs?

There is nothing holy about postgresql connectivity. If you can link against
any library whose API is in C, probably you can directly use libpq from cobol
program.

But my knowledge of cobol is not good enough to offer exactly how to do that.
Of course you must be knowing better than me..:-)

 Shridhar


pgsql-general by date:

Previous
From: Benjamin Scherrey
Date:
Subject: Status of OIDs was: Re: select first occurrence of a table
Next
From: Kyle
Date:
Subject: Re: [SQL] Best way to delete time stamped data?