Hi Kerwin, Very weird, I didn't get this message through email.
Could you please paste the code that you're using. My initial thought would be that you return false from with the DbRowProcessor, this interrupt the retrieval. I can say you that that in the tenths of applications that I have written, executeFetchAll has always worked correctly and the unit tests assert it too. You might have stumbled into an edge case where it doesn't, but in that case I need more information to be able to track it down and reproduce it. HTH, Geert On Apr 26, 11:06 am, Kerwin <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm new to RIFE and lately I've been trying to use DbQueryManager > class specifically executeFetchAll function. The problem is when I > iterate through the ResultSet object passed to a subclass of > DbRowProcessor it only loops once when I expected it will loop twice. > > I'm confused because if I use the traditional jdbc way of getting the > ResultSet object using the same query and using DbConnection, > DbStatement and DbResultSet classes I get the correct no. of rows I > expect and loops twice through DbResultSet. > > Thanks > Kerwin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~---
