aspose file tools
The moose likes JDBC and the fly likes RowSet Problem in DB2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "RowSet Problem in DB2" Watch "RowSet Problem in DB2" New topic
Author

RowSet Problem in DB2

T Senthil Kumar
Greenhorn

Joined: Jul 10, 2002
Posts: 2
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

Joined: Jul 10, 2002
Posts: 2
It is very urgent...
We are running short of time in our project..
Help from any techies or the moderator.
Thanks in advance,
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: RowSet Problem in DB2
 
Similar Threads
Callable statement return xml result
WSAD and DB2 stored procedure
Is this possible?
How to make a query faster.
VARBINARY in sp -how-to