Hi,

short question:

Is it necessary to replace >< in SQL-Statement
with &lt; and &gt; like the following:


<finder-method-jdbc-mapping>
 <jonas-method>
  <method-name>findByDate</method-name>
 </jonas-method>
 <jdbc-where-clause>
  where beginDisplayDate &lt;= ? and endDisplayDate &gt;= ?
 </jdbc-where-clause>
</finder-method-jdbc-mapping>

or how else should I formulate an sql-statement
with >= or > ?

Thanks,

Stephan
-- 
_________________________________________________________________________

   Stephan Bauer, Dipl. Inform. (FH)            IT-Freelancer
   Siemensstr. 46                               Bauer Internetprojects.de
   D-94315 Straubing                            Tel.:  +49 9421 9749549
   E-Mail: [EMAIL PROTECTED]    Fax:   +49 9421 9749550
   http://www.internetprojects.de               Mobil: +49 172  9795002 
       
                Software-Design, Implementation & Webhosting
_________________________________________________________________________
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to