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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Difference between an XML database and a Relational Database

    Posted 10/18/06 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 10/24/06 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 10/27/06 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 10/31/06 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 11/01/06 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 11/01/06 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 11/01/06 10:12 AM

    Hi

    attached you’ll find an example for tsd:nodeRef

    Regards
    Uli
    nodeRef.zip (2.04 KB)


    #webMethods
    #API-Management
    #Tamino