JDBC:Informix DB 中 statements.cancel() 的替代方案?
如果数据库服务器响应时间过长,我想取消 JDBC 调用。
我已阅读此处声明。取消Informix 驱动程序不支持 ()。
那么它的替代方案是什么?
如何取消正在数据库上执行的 JDBC 请求。该请求是通过 JSP 页面生成的。
谢谢。
I want to cancel a JDBC call if it's taking too long to respond from Database server.
I have read here Statement.cancel() is not supported by Informix driver.
So what will be the alternate of it?
How can I cancel a JDBC request that is executing on DB. The request is generated through a JSP page.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过取消某些声明?
您链接中的信息非常旧(1998 年)。从那时起,出现了许多新版本的 Informix JDBC 驱动程序。只需下载最新的驱动程序(目前为 3.70JC1)并阅读其 发行说明并尝试取消某些声明。
您可以在以下位置找到 Informix JDBC 驱动程序: http:// /www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc
Have you tried to cancel some statement?
Information from your link is very old (1998). From this time there were many new versions of Informix JDBC driver. Simply download newest driver (for now it is 3.70JC1) read its Release Notes and try to cancel some statement.
You can find Informix JDBC drivers at: http://www14.software.ibm.com/webapp/download/search.jsp?go=y&rs=ifxjdbc