JDBC:Informix DB 中 statements.cancel() 的替代方案?

发布于 2024-11-24 12:47:44 字数 274 浏览 1 评论 0原文

如果数据库服务器响应时间过长,我想取消 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

命比纸薄 2024-12-01 12:47:44

您是否尝试过取消某些声明?

您链接中的信息非常旧(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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文