Posted By:
stanley_ten
Posted On:
Tuesday, October 2, 2001 05:07 PM
java.sql.Time result = java.sql.Time.valueOf( "09:44:55" );
System.out.println("result = "+commdate);
Database : Oracle v8
Web Application : WebSphere 4.0
VisualAge for Java : 4.0
The result value that i get before insert to database = 09:44:55 , after inserted to database, the value become 09:01:55 , i found out that the minute always become 01 ... anybody know the problem? Is this the database error ?