hi all ! I use OJB 0.9.8 with DB2 400 database.
My web application work fine. I use a lot of query's like this : Criteria criter = new Criteria (); QueryByCriteria qcriter = new QueryByCriteria (clazz, criter); qcriter.addSql (sqlFilter); Collection myCollection = broker.getCollectionByQuery (qcrit); Is there any way to get ride of the validation query (select count(*) ...) Regards, Franck --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
