Ok, this helps.

thx

Hans


Alessandro Colantoni schrieb:
Hi Hans
I think that in an other post I got mistake.

If you want all beginning with r you have to put RIGHTLIKE.
 when you use RIGHTLIKE just updated a criteria in this  way


criteria.addLike(field,value+"%");

with leftLike

criteria.addLike(field,"%"+value);

I hope this help
Regards
Alessandro



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

Reply via email to