• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JCA Recorset Reading

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I'm working with JCA on JRUN4 and I've succesfully deployed the Blackbox resource adapter for SQL server.The insert procedure is working very fine. But I have some questions about the procedure returning the resultset.
1) How to read The records returned by a procedure i.e. all records. (For one output we can use OUTPUT parameter from the procedure.I've successfully used that).The Procedure is returning all the records and I'm not able to read it through Iterator or any other method.
2) Is there any other method through which I can read all records through JCA.
3) If the SQL server stored procedure returns the XML then how to get it in our application.
If anybody has any answers please help.
Thx in advance,
Mahesh
 
Tongue wrestling. It's not what you think. And here, take this tiny ad. You'll need it.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic