aspose file tools
The moose likes JDBC and the fly likes java.sql.Time capacity Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "java.sql.Time capacity" Watch "java.sql.Time capacity" New topic
Author

java.sql.Time capacity

tun zaw
Greenhorn

Joined: Jan 23, 2008
Posts: 22
Please help me.

I use mysql 5.0.45 and jdbc.I have some problem with java.sql.Time capacity.
In command line client,when i use SEC_TO_TIME(SUM(TIME_TO_SEC(duration))) command,although duration is greater than 24:00:00 everything is ok.
But, if time is grater than 24:00:00, there is the following
error in jdbc code.
Illegal Time 24.
What should i do?
Please help me.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
Sorry it took so long to find, but have been busy. MySQL Manual; look for TIMEDIFF.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: java.sql.Time capacity
 
Similar Threads
Date format
new Time(3600000) = 02:00:00
Total Time duration
displaying time
Time CompareTo