You can use queryWithRowHandler. "but I've got to process every row in the result set using" - yep this can be done queryWithRowHandler(String id, Object parameterObject, RowHandler rowHandler)
"other input parameters passed to queryForList so: how can I pass them to rowHandler" - yep. the second argument of the queryWithRowHandler is your parameterObject. Brandon On Mon, 27 Dec 2004 16:21:34 +0100, Emiliano Armellin <[EMAIL PROTECTED]> wrote: > Hello, > > a question about RowHandler's use: it takes only one parameter, the Object > wich represent the result set row, and process it, ok > > but I've got to process every row in the result set using, also, other input > parameters passed to queryForList so: how can I pass them to rowHandler? > > > > -- > Emiliano Armellin > W_www.ateikon.com > @[EMAIL PROTECTED] > T_ > +39 0422 452101 >

