Pls follow Ramah :> -----Original Message----- From: Scott Eade [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 12:12 PM To: Apache Torque Users List Subject: Re: Using Upper and Lower functions in Criteria
On the surface the code looks good. I do something similar but I have done some patches in this area for PostgreSQL. What exact version of Torque are you using and what database? Ramah :> Version of Torque - torque-3.0 Database - oracle 8.1.7 Database driver - oracle.jdbc.driver.OracleDriver It shouldn't impact the NPE, but does eName include one or more search characters? Ramah :> No, eName won't have any search characters like %,?. Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au Ramah wrote: >Heres the code which results in Null Pointer Exception > > criteria=new Criteria(); > criteria.add(EmpPeer.ENAME,(Object)eName,Criteria.LIKE); > criteria.getCriterion(EmpPeer.ENAME).setIgnoreCase(true); > List list=EmpPeer.doSelect(criteria); > >I get the exception in the last line of the code. > >Is anything to be modified? > >Thanks and Regards >Ramah > >-----Original Message----- >From: Scott Eade [mailto:[EMAIL PROTECTED] >Sent: Saturday, December 20, 2003 6:05 PM >To: Apache Torque Users List >Subject: Re: Using Upper and Lower functions in Criteria > > >Please post the code that builds the criteria that resulted in the NPE. > >Scott > > --------------------------------------------------------------------- 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]
