I'd like to formulate a Criteria
crit.addEqualTo("meinStringField", "mytext");
which should match MYTEXT, mytext, MyText etc. i.e. a incasesensitive match. How do I do that using ojb (without resorting to tablecolumn names or straight sql) ? By the way, I am using SAPDB and HSQL
Thanks for your help,
Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
