webMethods

webMethods

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
Expand all | Collapse all

insert many XML documents with a single insert statement

  • 1.  insert many XML documents with a single insert statement

    Posted Tue September 17, 2002 05:51 PM

    Hi,

    is there a possibility to insert several instances of a XML document, which are in a string, for example, without creating TXMLObject instances for each XML document?

    Thanks.


    #webMethods-Tamino-XML-Server-APIs
    #API-Management
    #webMethods


  • 2.  RE: insert many XML documents with a single insert statement

    Posted Tue October 08, 2002 11:20 AM

    Hi pascal,

    this is not possible with the Tamino API for Java.
    You have to handle the XML documents one by one.

    May be the Java Loader or the Tamino Data Loader can be useful for you. Tamino provides these tools for loading large amounts of XML data into a Tamino database from an external source.

    Regards,
    Oliver


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs