Not that it is a good idea, tough.
Hi,you could either use jdbc or jdo. With jdbc you would have to iterate over the resultset, create an object and put this in a list and then return the list. JDO returns a collection instead of a resultset. I use JDO at the moment. Maybe have a look at www.jpox.orgRegards Alex

