Hi, [EMAIL PROTECTED] wrote: > hi! > because of using client/server, i need to transmit as less data as > possible, so i tried to use PB.getReportQueryIteratorByQuery.
Why don't you want to use getIteratorByQuery() ? This will make things much easier. > i looked in > the unit tests to find a example but i didn't. my problem is, that i don't > know, which field in the resulting Object[] matches a field in my Object (i > don't want to instantiate an Object, just need to know, how the fields > match). wouldn't it be good to have the same order as the FieldDescriptors? > ReportQueries are typically used for queries that don't rely on the object model as defined in the ClassDescriptors... cheers, Thomas > Juergen > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
