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

Display Query with Multiple Records Returned in ASP

  • 1.  Display Query with Multiple Records Returned in ASP

    Posted 03/14/02 12:24 AM

    I would like to query Tamino and then display a list of linked results that when clicked, would run the query necessary to retrieve that document. I have not found any sample on this site that do this, has anyone done this in ASP?

    Thanks,
    Knute Hestness

    Example of Query:

    code:

    permit[detail~=‘3/6/2002’]

    Note: I posted a ASP.NET sample in the ActiveX forum today, for anyone who is interested.


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Display Query with Multiple Records Returned in ASP

    Posted 03/14/02 11:42 AM

    This small example uses two asp pages; one to display a list of Properties and one to display address details for a selected Property.

    You’ll need a RealEstate/Property/Property database/collection/doctype and you should change the URL in the asp pages to match your database location.

    HTH
    Property.zip (1.25 KB)


    #Tamino
    #webMethods
    #API-Management