ResultSet.getTimeStamp(1) 在某些系统中不起作用
我在一个 servlet 中有代码 ResultSet.getTimeStamp(1)
。我使用 JDK 1.6 和 Tomcat 6。
在我的系统中它工作正常。但是在具有相同配置的服务器中 ResultSet.getTimestamp(1)
抛出无效的列类型。有人可以帮助我吗?
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 configuration ResultSet.getTimestamp(1)
throws invalid column type. Can anybody help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是jdbc驱动问题。确保您的实际类路径上只有正确且最新的驱动程序。 这是一个外部论坛条目,正是问题所在。
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.