Re: Acucobol interface

From: Roberto Fichera <kernel(at)tekno-soft(dot)it>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Acucobol interface
Date: 2001-06-06 07:46:31
Message-ID: 5.1.0.14.2.20010606092243.02be6240@mail.tekno-soft.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 18.13 05/06/01 -0400, Tom Lane wrote:

>Roberto Fichera <robyf(at)tekno-soft(dot)it> writes:
> > My first think was to bypass the SQL translation and use the Postgresql
> low
> > level routines.
> > I need to see the tables as record oriented archive, so I can scan
> > sequentially (forward and
> > backward) each record, lock/unlock it, insert and delete it and start to
> > read the records with
> > a match of a specific key.
>
>I don't think you want an SQL database at all. Possibly something like
>Sleepycat's Berkeley DB package is closer to what you are looking for...
>
> regards, tom lane

I know the Sleepycat's Berkelay DB packages but isn't what I need.
I need a relational database that can be used outside our Acucobol program,
like Excel, Access, Apache and in general a SQL view of our data for external
analysis and presentation. This is why I'm thinking to use SQL and in
particular
the PostgreSQL. Currently there is only one direct interface from Acucobol and
a SQL server and was developed by DBMaker for their SQL server, but have
some limitation that I want bypass.

regards,

Roberto Fichera.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alessio Bragadini 2001-06-06 08:47:44 Re: ORDER BY Problem...
Previous Message prasanna venkatesan 2001-06-06 06:37:59 capturing stored procedure return values from php??please help .