[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ADABAS
From: |
John Darrington |
Subject: |
Re: ADABAS |
Date: |
Sat, 29 May 2010 06:08:01 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
I had not heard of ADABAS, but I Googled a little, and it seems that
ADABAS has, at least as an option, an ODBC interface.
ODBC support is something that we should definitely think about. There
is a free API available ( http://unixodbc.org ).
It would be fairly straightforward to extend the GET DATA command so
that a command like "GET DATA /TYPE=odbc ..." would read in the data.
This would work in very much the same way as the Postgres interface.
In fact, if any wants to code this, I suggest using src/data/psql-reader.c
as a template since the ODBC API seems similar in many ways.
J'
On Fri, May 28, 2010 at 05:59:23PM -0300, Michel Boaventura wrote:
> Hello,
>
> Here on Brazil, most of the big databases from government still uses
> ADABAS as main database.
> So far, Brazil government is using SPSS, since it have a native support
> to read ADABAS.
>
> I'm really willing to make an interface to PSPP to read ADABAS database,
> but so far I didn't
> found any library to help me with this.
>
> Do any one know a library who can make this link?
>
> Regards,
>
> Michel
>
> _______________________________________________
> pspp-dev mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/pspp-dev
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- ADABAS, Michel Boaventura, 2010/05/28
- Re: ADABAS,
John Darrington <=