They seem very similar to me. I don't understand the difference Maybe a programming example for ORDBMS?
Erwin Brandstetter
An ORM is just translation layer between objects from a programming language and relations in a relational database. It is not an RDBMS, nothing to manage a database here, just a translation / mapping layer. Read the tag info of orm.
An ORDBMS is an RDBMS with object-oriented features. This one actually manages your database. I have written more at your preceding question.
As mentioned before, those two are very different in nature.
来源:https://stackoverflow.com/questions/22619257/what-is-the-difference-between-an-orm-and-an-ordbms