Object Databases
Object Database:
An object database (more correctly referred to as ODBMS or OODBMS for Object DBMS or Object Oriented DBMS, respectively) is a DBMS (database management system) that stores objects as opposed to tuples or records in a RDBMS (Relational Database Management System) or record-based DBMS. As data is stored as objects it can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved (inheritance) as are references between objects.
From: en.wikipedia.org/wiki/OODBMS
PREDATOR
PREDATOR is a client-server database system. Most of the database functionality exists at the server, which accepts SQL queries and returns the results to the client. Several different kinds of clients have been implemented (including a Java applet client, a Java application client, and clients build on ODBC and JDBC).
visit
PREDATOR
PREDATOR was visited : 93 times
Loading .....