Home Page

Demonstration Prototype

By its very nature, a Database Management System (= DBMS) needs some kind of "Driver Application" that gives it statements to execute and to which it can return responses resulting from executing the statements. Therefore the demonstration prototype consists of 2 parts, the DBMS and a driver application.
        In order to demonstrate the RAQUEL notation, it is convenient for the driver application to provide a means for users to write statements in RAQUEL, send them to the DBMS for execution, and see the results which the DBMS returns. Hence the driver application is in fact a simple GUI frontend which provides these facilities.
       Consequently there are 2 (compressed) files, one for the RAQUEL DBMS program code, and the other for the Demonstration GUI.

Further details are as follows :

If you have any queries about the prototype software, or any difficulties in getting the software installed and running, please send an email to
          david.livingstone@northumbria.ac.uk

For a review of the RAQUEL database programming language and DBMS architecture, see RAQUEL from a Practical Point of View.