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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8dfab3c4033a4902 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!news.newsland.it!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!151.189.20.20.MISMATCH!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: ADA packages for access to PostgreSQL and for web interface Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: Date: Thu, 3 Mar 2005 19:59:28 +0100 Message-ID: NNTP-Posting-Date: 03 Mar 2005 19:59:22 MET NNTP-Posting-Host: 388d7e7f.newsread4.arcor-online.net X-Trace: DXC=gao1em]1 On Thu, 03 Mar 2005 11:41:38 +0100, Jiri Navratil wrote: > I'm new to ADA. I would like to write a application, which will > listen on a port and will use http for input and output. The application > will receive via web browser some input and will put back the results as > html page. For the result a SQL command to PostgreSQL will be used. To access a data base you could use: GNADE (it has native bindings to various data bases and also ODBC bindings) APQ (it has PostgreSQL bindings and a data base independent layer) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de