PPT Slide
- Paradigm mismatch for querying
- C++ or Smalltalk for simple business logic and navigation, against object-oriented schema
- SQL for queries, against relational schema
- Choice forced for business logic & rules
- Do on server, using DBMS facilities?
- Check constraints, referential integrity constraints, triggers, stored procedures, authorization
- Do on client, using OO wrapper facilities?
- C++ or Smalltalk (or Java) programming
- This had better be a stop-gap solution
- R-DBMS could become a storage manager, throwing away 20+ years of successful R&D!