I'm not completely sure what you are asking. But, if you want to count your results you could simply check the .size() method on your returned list. Maybe you could provide a clearer example.
Brandon On Thu, 9 Dec 2004 22:15:44 -0800 (PST), Kevin <[EMAIL PROTECTED]> wrote: > > Hi > > I just found out from someone that Ibatis does not > allow changing the resultset metadata on the fly. > > This does not allow me to have the same query for > count of records as well as getting the result set. Is > there any alternate way ibatis does something like > this. > > It is not a big issue considering the power of the > what Ibatis actually provides , but was curious to > learn the reason for leaving this out. > > Thanks > Kevin > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - Find what you need with new enhanced search. > http://info.mail.yahoo.com/mail_250 >

