Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to map the two result sets from stored procedure using Datasource.XML

    Hi Team,

    Need your help on two result set mapping using data source.

    I have stored procedure and it is two results set. I have mapped first results, not able find way to map second result set.

    Could you please provide one example or sample.

    Thank you,
    Seenaiah Ch

    #2
    Hi Team,

    Please check and let me know if you need any additional details.

    Thank you,
    Seenaiah Ch

    Comment


      #3
      Please see the QuickStart Guide: if you have to combine two different results and there is no way to get the desired result as a single ResultSet, then you can use server-side Java logic to combine the two results.

      Alternatively, you can two separate requests from the browser and combine results inside the browser (see DataSource Facade pattern and transformResponse).

      Comment

      Working...
      X