Could you send the relevant part of your schema? Maybe the column type is affecting things.
Eric
Fred Gerson wrote:
Hey Eric,
Thank you very much for your reply. I tried your suggestion below (for both the CYCLE and the CLIENTNUMBER columns) but still got the same problem.
Any suggestions of where I can start to look to try and debug?
Thanks a lot, Fred
On Wed, 12 Mar 2003, Eric Emminger wrote:
The addAscendingOrderByColumn() method works for me, although I only use it once on a single Criteria. Does it work for you if you use it just once, as below?
Criteria criteria = new Criteria(); criteria.addAscendingOrderByColumn(AffinityinfoPeer.CYCLE); //criteria.addAscendingOrderByColumn(AffinityinfoPeer.CLIENTNUMBER); return AffinityinfoPeer.doSelect(criteria);
Eric
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]