Re: Windows Ada database support.
From: Georg Bauhaus (sb463ba_at_l1-hrz.uni-duisburg.de)
Date: 12/09/04
- Next message: Georg Bauhaus: "Re: Windows Ada database support."
- Previous message: Jerry van Dijk: "Re: Port LPT + ADA (whta do I wrong?)"
- In reply to: Dmitry A. Kazakov: "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, 9 Dec 2004 11:58:06 +0000 (UTC)
Dmitry A. Kazakov <mailbox@dmitry-kazakov.de> wrote:
:
: But you can translate into SQL. Why Ada.Database.Relational.Foo cannot call
: My_ Fancy_DB.Execute ("BAZ ...")? I do not propose to write a new DB
: engine.
This brings us back to the original questions :-)
: Why should I query? It is for untyped tables. If I have an object at hand
: then I know its type and so everything I can do with it. If I don't, then I
: have another object, a container that refers to my object. That container
: again has a type and that provides operations to access its elements.
Relations. Records In DB system, as well as records in Ada have components
which can be updated. Relations between 2 or more objects may thus depend
on time. However, an object's type cannot reflect this, because types
are static. You could associate one different type with each possible
combination of component values in your program...
- Next message: Georg Bauhaus: "Re: Windows Ada database support."
- Previous message: Jerry van Dijk: "Re: Port LPT + ADA (whta do I wrong?)"
- In reply to: Dmitry A. Kazakov: "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
|