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 Path: g2news2.google.com!news2.google.com!npeer03.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: <74b1b170-eb12-4e9b-af5e-f91e70adbd98@z19g2000vbz.googlegroups.com> From: Stephen Leake Date: Wed, 10 Jun 2009 06:10:18 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:swXxXi89CCq8sQZZEyN3WmrMpiI= MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: a4bc34a2f8678e9cadf9d08185 Xref: g2news2.google.com comp.lang.ada:6409 Date: 2009-06-10T06:10:18-04:00 List-Id: Vadim Godunko writes: > On Jun 9, 3:30�pm, Stephen Leake > wrote: >> >> I'm also looking at QtAda, and the QtSQL class. The documentation for >> QtSQL (http://doc.trolltech.com/4.5/qtsql.html) doesn't say anything >> about the database backends; it appears to assume an ODBC connection. >> >> Can anyone confirm that QtSQL uses ODBC? or can it connect directly to >> SQLite3? >> > QtSQL module uses SQLite "as is", without ODBC connection. See > > http://doc.trolltech.com/4.5/sql-driver.html Excellent. Thanks. It would be nice if there was a link to that page from the QtSQL page ... -- -- Stephe