comp.lang.ada
 help / color / mirror / Atom feed
From: Ludovic Brenta <ludovic@ludovic-brenta.org>
Subject: Re: Qt Ada database support?
Date: Tue, 9 Jun 2009 05:30:02 -0700 (PDT)
Date: 2009-06-09T05:30:02-07:00	[thread overview]
Message-ID: <0b27299b-c0ba-4592-a312-7192da923522@y7g2000yqa.googlegroups.com> (raw)
In-Reply-To: umy8hve4h.fsf@stephe-leake.org

Stephen Leake wrote on comp.lang.ada:
> I currently have a small database application, implemented using
> GtkAda and GNADE ODBC, using a MySQL backend.
>
> I'd like to switch to a direct connection to an SQLite3 database,
> mainly because the administration is much simpler. For example, I
> could not get an ODBC connection to a MySQL database installed, let
> alone working, on my Debian box (I currently have it working on
> Windows XP). The MySQL installation instructions are woefully out of
> date.
>
> The GNADE binding to SQLite3 is very minimal. I wouldn't mind very
> much improving it, but I'm investigating alternatives first.
>
> Does anyone know of an ODBC connector for SQLite3? Searching on
> Ask.com found:
[...]

SQLite is merely a shared library that you link into your program; it
runs as part of your process. There is no SQLite server and, as far as
I know, no need for an ODBC connection.

GNADE contains two bindings to SQLite: sqlite and sqlite3. The latter
is more complete but even sqlite seems sufficient to me because it
does not have or need the complexity of ODBC. It does lack the concept
of prepared statements, however; this is present in the sqlite3
binding.

Did you have some specific feature in mind?

--
Ludovic Brenta.



  parent reply	other threads:[~2009-06-09 12:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-09 11:30 Qt Ada database support? Stephen Leake
2009-06-09 12:22 ` Vadim Godunko
2009-06-10 10:10   ` Stephen Leake
2009-06-09 12:30 ` Ludovic Brenta [this message]
2009-06-10 10:37   ` Stephen Leake
2009-06-10 10:45     ` Qt vs. GTK+ (was: Qt Ada database support?) Ludovic Brenta
2009-06-10 14:00       ` Vadim Godunko
2009-06-10 10:49     ` Qt Ada database support? Ludovic Brenta
2009-06-11 10:26       ` Stephen Leake
2009-06-09 13:06 ` Maciej Sobczak
2009-06-10 10:45   ` Stephen Leake
2009-06-10 13:27     ` Maciej Sobczak
2009-06-11 10:28       ` Stephen Leake
2009-06-11 10:32         ` Ludovic Brenta
2009-06-12 10:41           ` Stephen Leake
2009-06-12 10:48             ` Ludovic Brenta
2009-06-11 16:58 ` Emmanuel Briot
2009-06-11 20:37   ` Status of GNADE (Was: Qt Ada database support?) Tomek Wałkuski
2009-06-12 11:01     ` Status of GNADE Stephen Leake
2009-06-12 10:54   ` Qt Ada database support? Stephen Leake
2009-06-12 13:34     ` Ludovic Brenta
2009-06-11 23:06 ` GNADE, ODBC and MySQL Björn Persson
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox