tags:

views:

16

answers:

1

When people talk about object impedence mismatch, where does the mismatch happen? What can't a database interpret from an object model?

Thanks

A: 

Usually because Objects can inherit methods and properties from other Objects and in a relationship database there is no equivalent.

See the following for more information:

http://en.wikipedia.org/wiki/Object-relational_impedance_mismatch

NeuroScr