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: a07f3367d7,3ac0f9399164ca9f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Qt Ada database support? References: <27002e8a-3e4f-4342-aa32-11b8dec8b122@y17g2000yqn.googlegroups.com> From: Stephen Leake Date: Thu, 11 Jun 2009 06:28:26 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:swRSysNugQOLFroK13AMHeVVdOg= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 8850d4a30dc34e9cadf9d31901 Xref: g2news2.google.com comp.lang.ada:6432 Date: 2009-06-11T06:28:26-04:00 List-Id: Maciej Sobczak writes: > On 10 Cze, 12:45, Stephen Leake > wrote: > >> > You might be more lucky with this: >> >> >http://www.inspirel.com/soci-ada >> >> This is interesting. But it's based on a C++ library; I really don't >> want more non-Ada code between me and my data. > > I have a bad news for you. The operating system, the database server > and its native client library (including all possible layers for ODBC > drivers) are non-Ada... I know that. I said "more", not "any" :). > Actually, the SOCI library omits the ODBC drivers, which are > themselves non-trivial, on both server and client side. I never > counted the volume, but I would not be surprised to see that SOCI > implies much less of that non-Ada ugly thingy than ODBC, so you might > be as well completely wrong with your judgements. Good point. However, that is part of why I'm switching to SQLite; those ODBC drivers require installation and administration, and I can't figure out how to do that on Debian. I can figure out how to install SQLite on Debian. -- -- Stephe