peter User

Joined: 09 Nov 2007 Posts: 81 Location: Berlin, Germany
|
Posted: Sat May 31, 2008 1:27 pm Post subject: |
|
|
| Quote: | | Does the traditional relational data model not provide more easier functionality? |
Well, object concepts are not part of the relational model.
But after the OO hype in the 90th and the flop of pure OO-DBMS all database vendors implemented OO concepts. Today most of the DBMS are so-called object-relational systems.
But there is no easier functionality to implement object concepts. Either you work with these object types or you do the "traditional way" - means mapping objects to simple tables, implement methods as procedures or functions etc. _________________ Peter
Moderator |
|