Building resultset using collection object
- by Bhaskara Krishna Mohan Potam
Hi,
I had an issue in building the resultset using java. Here it goes...
I am storing a collection object which is organized as row wise taken from a resultset object and putting the collection object(which is stored as vector/array list) in cache and trying to retrieve the same collection object.
Here i need to build back the resultset again using the collection object. Now my doubt is building the resultset in this way possible or not? Please let me know asap.
Thanks in advance,
Bhaskar