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,83c180bc84a18634 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-05 17:22:58 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: achrist@easystreet.com Newsgroups: comp.lang.ada Subject: Re: *** Release of GNADE 1.3.6a *** Date: Fri, 05 Jul 2002 17:19:56 -0700 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3D2637AC.290FF8DB@easystreet.com> X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 References: <3D2612A0.8000101@snafu.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:26892 Date: 2002-07-05T17:19:56-07:00 List-Id: I'm trying to find/select database software for a project that is to be developed initially under Windows/NT, but planned to be ported to linux later. Does GNADE have Win32 and linux versions that will work portably across these two OS's? It looks like the Win32 version is several releases behind, but IDK if that's right or how serious a problem that is, if any. I suppose that MySQL would be the database of choice for this according to this announcement. Other advice welcome. My criteria (in order of importance) for the database are 1. Cheap (ie free for use at one site as in Berkely DB) 2. Reliable (ie unatteded operation without crashing orten). 3. Efficient (quick retrieval of many rows. Number of simultaneous users will be low, but sometimes more than one). 4. Easy to talk to database from eg GNAT 5. Easy for customers to install and configure databases if we distribute to additional sites. 6. Not Ada-only Any possible choices besides MySQL, PostgreSQL, Berkeley DB? Any good choices? Al Michael Erdmann wrote: > > The GNat Database Development Environment (GNADE) Project > release the release 1.3.6a for download from: > > http://gnade.sourceforge.net/ > > This package features for the Linux, Solaris and Windows > platform: > > - Thin ODBC bindings > - Native bindings to MySQL and PostgreSQL. > - Embedded SQL translator woring on top of the ODBC > interface > - Oracle 8i call interface > > Regards > M.Erdmann