File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes CMP Date sybase Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "CMP Date sybase" Watch "CMP Date sybase" New topic
Author

CMP Date sybase

Jeffrey.Boon.Hock Ng
Greenhorn

Joined: Jan 27, 2005
Posts: 1
Has anyone able to find record using date?
- CMP
- JBoss4
- has tried using Jboss-ql and ejb-ql (both return no result)
- select object(c) from tableX as c where c.recDate=?1
- have change the recDate to have all hh:mm:ss to 00:00:00
- date element remain enchanged.
- calendar.set(Calendar.DAY_OF_MONTH, 10)
- calendar.set(Calendar.MONTH,10) [November]
- calendar.set(Calendar.YEAR, 2000)

or is there any other way to find record by date?

understand that sybase require the exact timestamp but apparently in real situations, the search with exact time requirement is not required and unnecessary. Use of convert is not allowed in jboss-cmp

please advise
 
IntelliJ Java IDE
 
subject: CMP Date sybase
 
Threads others viewed
CMP/BMP Platform independant??
EJB 2.0: EJB QL + XDoclet = using EJB on more projects!
Comparing dates
Date comparison
SQL vs EJB QL
IntelliJ Java IDE