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!l12g2000yqo.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Qt Ada database support? Date: Fri, 12 Jun 2009 03:48:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: <053fc5d3-8477-4bd6-a377-1701f5a1dfc2@l12g2000yqo.googlegroups.com> References: <27002e8a-3e4f-4342-aa32-11b8dec8b122@y17g2000yqn.googlegroups.com> <35a753a4-4bc6-4e83-8f80-f90a34b06082@z9g2000yqi.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 1244803682 8106 127.0.0.1 (12 Jun 2009 10:48:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 12 Jun 2009 10:48:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l12g2000yqo.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009012111 Red Hat/3.0.6-1.el5 Firefox/3.0.6,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6441 Date: 2009-06-12T03:48:02-07:00 List-Id: Stephen Leake wrote on comp.lang.ada: > Ludovic Brenta writes: > > Stephen Leake wrote on comp.lang.ada: > >> 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. > > > How abouthttp://www.debian-administration.org/articles/496? Does it > > help? It may be outdated though. > > That looks helpful. In particular, it says the unixODBC package > includes the MySQL drivers. Which means (I think), I don't need the > MySQL connector, which is what I couldn't find on the MySQL website! > > And it has instructions for all the other steps, too. > > I'm sure I can adapt to version number changes. > > Thanks for the link; that website looks good in general. No, AFAIU, unixodbc does not include the MySQL connector; you have to install the complementary package "libmyodbc" to get that. While researching this I noticed there also exists a package "libsqliteodbc" :) Debian keeps surprising me in good ways :) -- Ludovic Brenta.