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: a07f3367d7,3ac0f9399164ca9f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!z19g2000vbz.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Qt Ada database support? Date: Tue, 9 Jun 2009 05:22:43 -0700 (PDT) Organization: http://groups.google.com Message-ID: <74b1b170-eb12-4e9b-af5e-f91e70adbd98@z19g2000vbz.googlegroups.com> References: NNTP-Posting-Host: 87.117.15.206 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1244550164 28547 127.0.0.1 (9 Jun 2009 12:22:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 9 Jun 2009 12:22:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z19g2000vbz.googlegroups.com; posting-host=87.117.15.206; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042700 SUSE/3.0.10-1.1.1 Firefox/3.0.10,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6390 Date: 2009-06-09T05:22:43-07:00 List-Id: On Jun 9, 3:30=A0pm, 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