From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d0df29dc426b17c9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-19 22:49:57 PST Message-ID: <3D116B9F.BD76F0FB@sympatico.ca> From: David Marceau X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.17-10mdksmp i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: ADA95 References: <3d11685e.5511605@news.indo.net.id> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 20 Jun 2002 01:43:59 -0400 NNTP-Posting-Host: 65.92.163.193 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1024552004 65.92.163.193 (Thu, 20 Jun 2002 01:46:44 EDT) NNTP-Posting-Date: Thu, 20 Jun 2002 01:46:44 EDT Organization: Bell Sympatico Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!torn!webster!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Xref: archiver1.google.com comp.lang.ada:26460 Date: 2002-06-20T01:43:59-04:00 List-Id: Marek Bialoglowy wrote: > > Hello > > I'm thinking about developing one app for Linux in ADA95. I'm just > wondering if there are libraries in ADA95 for PostgreSQL and LDAP. > > Marek Bialoglowy Here is what is relevant to your question: gnade(Ada SQL precompiler that generates odbc source code in ada95) ------------------------------------------------------------------- It comes with the ada odbc bindings. http://gnade.sourceforge.net/ I am pretty sure you can do odbc to postgres. Here is some irrelevant stuff that might interest you: Oracle Pro-Ada -------------- http://www.kbs.twi.tudelft.nl/Documentation/Database/Oracle7/DOC/api/doc/PAD18/preface.htm Here is what happens without ada :) http://link.userfriendly.org/linkto/http://www.bvrpusa.com/uf/animation5.asp aws(ada web server) -------------------- AWS http://libre.act-europe.fr/aws/ Adasockets ----------- see aws Cryptostuff ----------- http://sourceforge.net/projects/adacf mplementation of some of the most important cryptographic hash (message digest) algorithms (MD2, MD4, MD5, SHA-1, RIPEMD-128, RIPEMD-160, TIGER, and HAVAL) and the test vectors for these algorithms. NIST standard. http://rijndael.com/implementations.html http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndaelada.zip http://www.counterpane.com/solitaire.html I hope this helps :) Cheers, David Marceau