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-06 00:07:54 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!eusc.inter.net!news.eusc.inter.net!boavista!nobody From: Michael Erdmann Newsgroups: comp.lang.ada Subject: Re: *** Release of GNADE 1.3.6a *** Date: Sat, 06 Jul 2002 09:12:39 +0200 Organization: [Posted via] Inter.net Germany GmbH Message-ID: <3D269867.6000806@snafu.de> References: <3D2612A0.8000101@snafu.de> <3D2637AC.290FF8DB@easystreet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.eusc.inter.net 1025939273 1870 213.73.71.11 (6 Jul 2002 07:07:53 GMT) X-Complaints-To: abuse@eusc.inter.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:26897 Date: 2002-07-06T09:12:39+02:00 List-Id: achrist@easystreet.com wrote: > 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? I guess yes, to my knowlege the only problem you may encounter is the different behiours of the odbc drivers and evetually the underlying data bases! If you need some support pls use the mailing list of GNADE since i am checking CL not regualry. > 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. Please use the latest source distribution to build the environment on you pc. The Windows Package is quite old and should not be used any more. Since i there is no maintainer any more for the installation package i will remove it from the releases to avoid further confucsions. > I suppose that MySQL would be the database > of choice for this according to this announcement. Not realy, other databases like PostgresSQL, Oracle, MS_SQL Server, MimerSQL are known to work as well. > > 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 Yes. Michael > > 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 >