Re: Acucobol interface

Поиск
Список
Период
Сортировка
От Roberto Fichera
Тема Re: Acucobol interface
Дата
Msg-id 5.1.0.14.2.20010606092243.02be6240@mail.tekno-soft.it
обсуждение исходный текст
Ответ на Re: Acucobol interface  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
At 18.13 05/06/01 -0400, Tom Lane wrote:

>Roberto Fichera <robyf@tekno-soft.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.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Denis Perchine
Дата:
Сообщение: Re: large objects dump
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Idea: quicker abort after loss of client connection