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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b0845cc9331535dc X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!postnews.google.com!64g2000hsw.googlegroups.com!not-for-mail From: "marcelo.batera@gmail.com" Newsgroups: comp.lang.ada Subject: Re: Free database bindings for Windows? Date: Tue, 19 Feb 2008 11:09:34 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <47bb0af8$0$21766$4d3efbfe@news.sover.net> NNTP-Posting-Host: 201.81.97.217 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1203448175 12725 127.0.0.1 (19 Feb 2008 19:09:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 19 Feb 2008 19:09:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 64g2000hsw.googlegroups.com; posting-host=201.81.97.217; posting-account=NclPyQoAAAAE3vS1fHd_8NOSumP9W3Ey User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20071203 Firefox/2.0.0.6,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19892 Date: 2008-02-19T11:09:34-08:00 List-Id: On 19 fev, 14:59, "Peter C. Chapin" wrote: > I'm looking for a good way to interact with an off the shelf database > server from an Ada application. I need to be able to make SQL queries, > examine the results, and so forth. My application will be running on > Windows XP and will be built with GNAT GPL 2007. The database server > probably also needs to run on Windows XP, but this is a more flexible > requirement... I might be able to run the database server on a Linux > machine. My intention is to use either PostgreSQL (preferred) or MySQL. > I could possibly also use Oracle. > > After a quick search I located GNADE and APQ. Neither of these projects > appears to be particularly active (my apologies if I misinterpreted the > web pages). There is an ADBI (Ada Database Interface) project on > SourceForge that looks at least somewhat active, but there are no > downloadable files posted for it yet. > > I'm wondering if there is a "well known" database interface library for > Ada that I should be looking at. > > Thanks > > Peter Hello Peter, I have played along with both GNADE and APQ in IMHO APQ is a lot easier to use and seems to be a more mature project. For the activity, APQ hasn't been maintained for a while but something tells me it's gonna be highly active in the next years, starting this week (sorry but I won't say anything else for the moment... just believe me :D). Regards.