comp.lang.ada
 help / color / mirror / Atom feed
From: mfb@mbunix.mitre.org (Michael F Brenner)
Subject: Re: New ada user
Date: 1997/05/13
Date: 1997-05-13T00:00:00+00:00	[thread overview]
Message-ID: <5l9r7q$eg0@top.mitre.org> (raw)
In-Reply-To: 1997May11.193035.3813@news.nbi.dk


od (cnam05@univ-pau.fr) wrote:
| HI!I am a new ada user. I would like to create a database with
| customers adresses, etc... but i really don't know how to manage and
| above all how to start : create records, use them, search for one
| information, etc... Any help is welcome. Thanks

One way to create records is with SQL statements from the ANSI Standard 
SQL (1987) or ISO SQL2 (1992) or the draft ISO X3H2-94-329 SQL-3 and by
embedding the SQL statements in an Ada-95 program, perhaps using ANSI X3.168,
or other methods of embedding, or interfacing (like an object request
broker or SQL gateway. Then you manage records using the
normal INSERT, UPDATE, DELETE, DEFINE TABLE, and SELECT technology used
in ordinary commercial databases like Knowledgeman, Oracle, Sybase, DB2,
XDB, Access, or any of the other commonly available database management
systems. Another way to do it is to program an object which simulates
a commercial database by providing methods like insert, update, delete,
and a simple select. These simple databases should normally be replaced
by SQL systems as soon as they are noticed, especially if the language
in which they are implemented begins with the letter C, such as 
C, C++, and Cobol, because most of the y2k bugs and most of the software
maintenance money we spend goes to mouse hangs and data errors in
languages beginning with the letter C.




      reply	other threads:[~1997-05-13  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-21  0:00 New ada user od
1997-05-11  0:00 ` Jacob Sparre Andersen
1997-05-13  0:00   ` Michael F Brenner [this message]
replies disabled

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