• 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

RowSet Problem in DB2

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am having a problem in passing a RowSet to a sql stored procedure in DB2. I would like to know how to pass a RowSet in java to a DB2 SQL stored procedure and how to handle the rowset in DB2. what is the equivalent of Java RowSet in DB2 so that i can set the input parameter in DB2. If there is a matching type for RowSet, how to parse the rowset and get the values from rowset. The primary focus of the stored procedure is to get the data from rowset which is passed in java and to insert those datas on to a different table.
It is very urgent,
Thanks in advance..
 
T Senthil Kumar
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is very urgent...
We are running short of time in our project..
Help from any techies or the moderator.
Thanks in advance,
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic