Re: SQL pre-processor, like ecpg, for other languages?

From: Reid Thompson <Reid(dot)Thompson(at)ateb(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SQL pre-processor, like ecpg, for other languages?
Date: 2015-08-11 18:35:21
Message-ID: 1439318056.14241.19.camel@ateb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2015-08-11 at 14:32 -0400, an unknown sender wrote:

> On Tue, 2015-08-11 at 07:20 -0500, John McKown wrote:
>

> > PostgreSQL comes with ecpg which is a "pre-processor" to handle embedded
> > EXEC
> > SQL startements in C (OK, you already know that). I am wondering if anyone
> > knows of any such program for other compiled languages, in particular GNU
> > COBOL or ADA? (please don't shudder,
> https://www.google.com/search?q=gnu+cobol+embeded+sql&ie=utf-8&oe=utf-8
>
> 5.4 Does GnuCOBOL support any SQL databases?
>
> Yes. There are embedded SQL engines for GnuCOBOL and PostgreSQL, Oracle, and
> Firebird. There has also been efforts made for accessing DB2.
> http://opencobol.add1tocobol.com/gnucobol/#does-gnucobol-support-any-sql
> -databases

see
http://opencobol.add1tocobol.com/gnucobol/#id974
look at the links to the right, under section 5.4

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John McKown 2015-08-11 19:18:57 Re: SQL pre-processor, like ecpg, for other languages?
Previous Message Reid Thompson 2015-08-11 18:33:12 Re: SQL pre-processor, like ecpg, for other languages?