Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
engineer
Starting Member
2 Posts |
Posted - 2013-01-06 : 03:54:00
|
Dears,would you please introduce me a site which explain object relational model (features and implementation in sql 2008).thanks in advance,engineerBest Regards |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
engineer
Starting Member
2 Posts |
Posted - 2013-01-10 : 11:10:15
|
[quote]Originally posted by engineer Dears,thanks for following up but I need the way of implementing inheritance, encapsulation etc in sql server 2008 by object relational model.thanks in advance,engineerBest Regards |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2013-01-10 : 12:06:16
|
quote: I need the way of implementing inheritance, encapsulation etc in sql server 2008 by object relational model
That will be a neat trick if you get it to work, as object oriented and relational models are entirely different. There is no one solution, and inheritance in particular is not supported in SQL Server.Some reading material, there is A LOT more if you Google:http://www.codinghorror.com/blog/2006/06/object-relational-mapping-is-the-vietnam-of-computer-science.htmlhttp://en.wikipedia.org/wiki/Object-relational_impedance_mismatchhttp://en.wikipedia.org/wiki/Object-relational_mapping |
|
|
|
|
|