ResultSet.getTimeStamp(1) is not work in some systems

后端 未结 1 906
天命终不由人
天命终不由人 2021-01-29 01:06

I have the code ResultSet.getTimeStamp(1) in one servlet. Am using JDK 1.6 and Tomcat 6.

In my system its work fine.But in server which have same configurat

1条回答
  •  有刺的猬
    2021-01-29 01:26

    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.

    0 讨论(0)
提交回复
热议问题