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!postnews.google.com!s21g2000vbb.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Qt Ada database support? Date: Wed, 10 Jun 2009 03:49:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <0b27299b-c0ba-4592-a312-7192da923522@y7g2000yqa.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1244630991 16238 127.0.0.1 (10 Jun 2009 10:49:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Jun 2009 10:49:51 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s21g2000vbb.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6413 Date: 2009-06-10T03:49:51-07:00 List-Id: Stephen Leake wrote on comp.lang.ada: > It would be nice if GNADE had a database abstraction layer, so > changing from MySQL to SQLite was more transparent. I think that's > what the "ADO" packages were intended to be, but they are gone now. > QtSQL is such a layer. Perhaps another possibility would be to wrap the GNADE SQLite binding in an ODBC API; there would be no need for a separate process or network connection, just a simple translation from the ODBC vocabulary to the SQLite vocabulary (e.g. "cursors" to "step"). -- Ludovic Brenta.