Hi all !
I want to know about the relational operators in the Criteria.
I want to use to select the date less than current date and  i used the
following statements.

Criteria criteria = new Criteria();
criteria.add(key,value(Sysdate),criteria.LESS_THAN);
ClassPeer.doSelect(criteria);

But i don't get the result.
if someone have the answer of that prob then help me as soon as possible.

thanx

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to