Hi,
In my application, i am reading the data from the database and then displaying it in another
JSP.
In program 1, i am calling the executeQuery method, which is getting the connection object and then exectuing the query.
Program 2 shows how the executeQuery method is defined.
Now the problem is, eventhough aoCRS.size() is retuning size as 1, the line loRS.next() is not getting executed and the it is going to the else part.
Could you please help me on this.
[ November 10, 2008: Message edited by: renu richard ]
[ November 10, 2008: Message edited by: renu richard ]