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-Thread: 103376,4798cdf5e1c2b226 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.225 with SMTP id hb1mr7033742pbc.5.1338220168477; Mon, 28 May 2012 08:49:28 -0700 (PDT) Path: pr3ni59008pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Graham Stark Newsgroups: comp.lang.ada Subject: Re: GNADE still alive? Date: Mon, 28 May 2012 08:49:27 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5bd703bb-9a6e-46da-b4fc-11a16ce5e6bc@googlegroups.com> References: <20565278.30.1335224824186.JavaMail.geo-discussion-forums@pbvd8> <82haw9gvcl.fsf@stephe-leake.org> <4f96b20e$0$282$14726298@news.sunsite.dk> <871undc6js.fsf@adaheads.sparre-andersen.dk> <4f979174$0$281$14726298@news.sunsite.dk> <82wr52eqb1.fsf@stephe-leake.org> NNTP-Posting-Host: 86.164.253.77 Mime-Version: 1.0 X-Trace: posting.google.com 1338220168 12444 127.0.0.1 (28 May 2012 15:49:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 28 May 2012 15:49:28 +0000 (UTC) In-Reply-To: <82wr52eqb1.fsf@stephe-leake.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.164.253.77; posting-account=04rmagoAAABZ9PN7u3MdbKIs6DPG57E- User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-28T08:49:27-07:00 List-Id: I've been using GNADE quite a lot recently and it works quite well. If ther= e was to be work put into any Ada DB interface, I'd argue for Gnade on the = grounds that you get support for all databases for the price of one. In par= ticular we're unlikely to get support for the big databases like DB/2 and O= racle any other way.=20 Areas that look like they need work are support for Unicode (I've never bee= n able to get this to work properly) and support for binary objects. Here's my attempt at a simpler ODBC interface built on top of Gnade: http://virtual-worlds-research.com/downloads/mill/ Graham x