Re: Windows Ada database support.
From: Warren W. Gay VE3WWG (ve3wwg_at_NoSPAM.cogeco.ca)
Date: 11/25/04
- Next message: Georg Bauhaus: "Re: Generic,procedure and visibility."
- Previous message: Warren W. Gay VE3WWG: "GNAT Ada.Streams Bug?"
- In reply to: David Botton: "Re: Windows Ada database support."
- Next in thread: Dmitry A. Kazakov: "Re: Windows Ada database support."
- Reply: Dmitry A. Kazakov: "Re: Windows Ada database support."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Nov 2004 12:50:07 -0500
David Botton wrote:
> On 2004-11-24 07:31:57 -0500, mark_doherty@yahoo.co.uk (Mark Doherty) said:
>
>> What is the current best advice. GNADE / CLAW / GWINDOWS.Database
>> GNAVI, or something else?
>
> They each serve different purpose. If your application is windows only
> (or doing GUI programming on windows using GNAVI), then using ADO via
> GWindows.Database or ADO bindings directly from GNATCOM are the likely
> winner.
>
> Otherwise it is about your needs, I have an entire section on databases
> in AdaPower:
>
> http://www.adapower.com/index.php?Command=Class&ClassID=Database
APQ Plug:
The good news is that you do have "choice". I have been dragging my feet
in getting the latest version of APQ out, but the published version
supports PostgreSQL and MySQL in OO form. The version to be released
(pending install scripts), supports PostgreSQL, MySQL and SYBASE
(I have been distracted with another fun and absorbing project lately).
The OO level support is database neutral in most places, so that you
can write portable database code. Differences do exist however, but
this can be accomodated in the code if the programmer does a little
planning (avoid certain database features).
Good for Linux/Windows/*NIX, local or remote databases. The same
database code should compile to all platforms.
And... no *ODBC required. Totally native, no preprocessing of source
code. Also includes comprehensive manual with examples.
-- Warren W. Gay VE3WWG http://home.cogeco.ca/~ve3wwg
- Next message: Georg Bauhaus: "Re: Generic,procedure and visibility."
- Previous message: Warren W. Gay VE3WWG: "GNAT Ada.Streams Bug?"
- In reply to: David Botton: "Re: Windows Ada database support."
- Next in thread: Dmitry A. Kazakov: "Re: Windows Ada database support."
- Reply: Dmitry A. Kazakov: "Re: Windows Ada database support."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|