View Single Post
  #2 (permalink)  
Old 06-11-2007, 03:44 PM
Peter Peter is offline
Senior Member
 
Join Date: Jun 2007
Posts: 119
Peter is on a distinguished road
If you read API, the method getTime() of calendar class returns a java.util.Date
According to API the method setDate() of the interface PreparedStatement receive a java. sql.Date

I think that is the problem
Reply With Quote