Well, if the ResultSetDataModel was implemented, this would work... regards,
Martin On 5/24/05, "Ricardo R. Ram�rez Valenzuela" <[EMAIL PROTECTED]> wrote: > 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 > > >

