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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac39a12d5faf5b14 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-30 10:34:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Grace and Maps (was Re: Development process in the Ada community) Date: 30 Apr 2002 13:16:58 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3CB46975.90408@snafu.de> <3CBAFFEE.2080708@snafu.de> <4519e058.0204171036.6f0a7394@posting.google.com> <3CBDD795.4060706@snafu.de> <4519e058.0204180800.44fac012@posting.google.com> <3CBF0341.8020406@mail.com> <4519e058.0204190529.559a47ae@posting.google.com> <3CC1C6B3.6060306@telepath.com> <3CC21747.5000501@telepath.com> <3CC59ED2.1000803@home.com> <3CC5B286.6FE61551@san.rr.com> <3CC5B9EE.32F3060@san.rr.com> <3CC83282.69C1884F@san.rr.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1020187408 18867 128.183.220.71 (30 Apr 2002 17:23:28 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 30 Apr 2002 17:23:28 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:23284 Date: 2002-04-30T17:23:28+00:00 List-Id: "Marin David Condic" writes: > Maybe there doesn't need to be a DBMS built in Ada, but it might be nice to > present a "conventional" answer for database work from Ada. That's the mission of GNADE. > > Can C++ interface to a dbms? Sure. Does your average C++ compiler > come with a "standard" interface to a DBMS and a working open source > DBMS so you can just start programming a database out of the box? > No? Then the market must not want one. Database access has been around a _long_ time, and is a _huge_ market! What the market seems to want is Visual Basic-like tools, that make it easy to build GUI interfaces, with data fields bound to databases. Actually, SQL and ODBC are the conventional answers. GNADE provides Ada bindings to ODBC, and SQL as either normal Ada strings, or a preprocessed "embedded" language addon. -- -- Stephe