IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Difference between an XML database and a Relational Database

    Posted Wed October 18, 2006 12:28 AM

    whats the difference? how i can specify a node reference?


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Difference between an XML database and a Relational Database

    Posted Tue October 24, 2006 06:38 PM

    An XML database stores XML documents in collections. A relational database stores tuples (rows) in tables.

    You’ll have to give a little more context before I’ll know just what you mean by “node reference”.


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: Difference between an XML database and a Relational Database

    Posted Fri October 27, 2006 08:43 PM

    In a relational database you have the concept of foreign key, where you specify a row in a X table that have “relation” with other row in a Y table.

    How can i do that in a XML database? is that possible?

    In the Schema Editor Tool, i saw that i can specify a reference (in the physical properties of an item (element, attribute, etc.)). The question is, it can help me to specify a kind of “relation” with some node in a document?


    #Tamino
    #API-Management
    #webMethods


  • 4.  RE: Difference between an XML database and a Relational Database

    Posted Tue October 31, 2006 09:29 AM

    Hi,

    please refer to “tsd:nodeRef” in “Tamino XML Schema Reference Guide”

    Regards
    Uli


    #API-Management
    #webMethods
    #Tamino


  • 5.  RE: Difference between an XML database and a Relational Database

    Posted Wed November 01, 2006 03:50 AM

    I’ve read the reference guide and i stil do not understand how to define that “node reference”

    do you have some examples?

    It could be great, thanks.


    #webMethods
    #API-Management
    #Tamino


  • 6.  RE: Difference between an XML database and a Relational Database

    Posted Wed November 01, 2006 04:05 AM

    I’m defining a schema that will be store documents like

    doctype = Person:

    Name

    ...

    and

    doctype = Address:

    Street ...

    How i define a nodeRef between the node “address” in the document “Person” and the document “Address” ???

    “dereference” in true means that if i make a query to “Person” i will get something like this

    Name Street ...

    the node address dereferenced, is that right?

    Regards,
    R@f@


    #API-Management
    #webMethods
    #Tamino


  • 7.  RE: Difference between an XML database and a Relational Database

    Posted Wed November 01, 2006 10:12 AM

    Hi

    attached you’ll find an example for tsd:nodeRef

    Regards
    Uli
    nodeRef.zip (2.04 KB)


    #webMethods
    #API-Management
    #Tamino