I have the code ResultSet.getTimeStamp(1) in one servlet. Am using JDK 1.6 and Tomcat 6.
ResultSet.getTimeStamp(1)
In my system its work fine.But in server which have same configurat
Could be a jdbc driver problem. Make sure, that you have only the correct and latest drivers on your actual class path. Here's an external forum entry where exactly that was the issue.