Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!decwrl!mejac!orchard.la.locus.com!prodnet.la.locus.com!jfr From: jfr@locus.com (Jon Rosen) Newsgroups: comp.lang.c Subject: Re: Writing a data-base... Message-ID: <25269@oolong.la.locus.com> Date: 11 Jun 91 20:15:14 GMT References: <1991Jun7.213947.5328@ux1.cso.uiuc.edu> <1527@epiwrl.UUCP> Organization: Locus Computing Corp, Los Angeles Lines: 51 In article <1527@epiwrl.UUCP> nelson@wrl.epi.com (Ken Nelson) writes: >In article <1991Jun7.213947.5328@ux1.cso.uiuc.edu>, andy@honda.ece.uiuc.edu (Andy Bereson) writes: >> I need to write a simple database manager for a large database. We have >We are in the same boat. I found that all of the 4GL vendors >wanted an arm and a leg for their products. Below is a summary >of "lower cost" solutions to the problem. > You forgot the recent messages and postings on Requiem which is a pretty fully functional relational data base implementation using a derivative of SQL called RQL... it supports everythign the first posted is looking for and a recent post by Mike Papazaglou indicates it is public domain and source is available at a reasonable fee (about $100)... I am replicating Mike's post again... Jon Rosen ================================================================ (from Mike Papazaglou, Requiem co-author) Many people have recently asked me about the availablity of Requiem. Requiem (RElational QUery and Update Interactive SystEM) is now available as public domain software. It comprise some 17,000 lines of C code and runs under SUN/Vax Unix. Requiem is a single-user system at the moment and offers the following facilities: - a complete data language, - view facilities, - supports automatic foreign key generation and updates, - provides a program interface in C - and is easily expandable the following facilities are under development and will be available shortly: - transaction management, - a complete C-preprocessor. - user interface facilities. Requiem is now available via anonymous ftp. For further information please contact: Mike P. Papazoglou, Australian National University, Dept. of Computer Science, GPO Box 4, Canberra ACT 2601, Australia tel. +61-6-2494725, fax. +61-6-2490010 e-mail: mike@anucsd.anu.edu.au