If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > object-relational database information

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-14-06, 07:19
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,279
object-relational database information

I am familiar with relational databases and object-oriented design and programming, but I don't know what to make of "object-relational" databases.

Where can I find information that can bring me up to speed ?
Is it widly in use ?
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Reply With Quote
  #2 (permalink)  
Old 03-14-06, 07:44
JAYANTA_DATTA JAYANTA_DATTA is offline
Registered User
 
Join Date: Oct 2004
Location: DELHI INDIA
Posts: 336
Hey,

I got a good document from google few days back on the same.

You can have a look on the same, though it is more Rational oriented but basic concepts are the same.
http://www.wyyzzk.com/freestuff/Obje...DataModels.pdf
Thanks,
Jay
New Delhi
Reply With Quote
  #3 (permalink)  
Old 03-14-06, 12:44
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,279
Thank you for your response.
It describes how to map a datamodel to an object model and the reverse, but it doesn't describe how an object-relational database differs from a relational database.
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Reply With Quote
  #4 (permalink)  
Old 03-14-06, 13:51
craigmc craigmc is offline
Registered User
 
Join Date: Aug 2003
Location: austin,tx
Posts: 90
From http://en.wikipedia.org/wiki/Object-...onal_database:
An object-relational database (ORD) or object-relational database management system (ORDBMS) is a relational database management system that allows developers to integrate the database with their own custom data types and methods. The term object-relational database is sometimes used to describe external software products running over traditional DBMSs to provide similar features; these systems are more correctly referred to as object-relational mapping systems.

Whereas RDBMS or SQL-DBMS products focused on the efficient management of data drawn from a limited set of data types (defined by the relevant language standards), an object-relational DBMS allows software developers to integrate their own types and the methods that apply to them into the DBMS. The goal of ORDBMS technology is to allow developers to raise the level of abstraction at which they view the problem domain.
Reply With Quote
  #5 (permalink)  
Old 03-15-06, 03:19
Wim Wim is offline
Registered User
 
Join Date: Nov 2004
Posts: 1,279
Does that mean that from the moment DB2 included user defined functions, stored procedures and user defined distinct types, it became an object-relational database ?
__________________
With kind regards . . . . . SQL Server 2000/2005/2008/2008 R2 Earned beers: 16
Wim
Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald Knuth
Grabel's Law: 2 is not equal to 3 -- not even for very large values of 2.
Pat Phelan's Law: 2 very definitely CAN equal 3 -- in at least two programming languages
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On