I think per the specification you should be able to use the resultset directly into the datatable.
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.org

Regards
Alex

Reply via email to