Got the answer .I will use usebean in jsp and write a method in bean that will return variable value. I have got 14 rows in each resultset and 50 values in each row. I am getting all values of from resultset in to array.And then adding all the array to a vector. And then returning the vector with a method. Is this approach is ok . payal
If i were you, i would have rather encapsulated the data from resultset into a high level class instead of low-level data structures. Better to maintain and easier to use in JSP. cheers, mpr
dear manjunath, I was also told by other person that if i use object class and store the whole resultset in it then it would be easier.If possible how can i work on object class as i have to extract each field at last. thanks in advance payal