如何在 NetTiers 中设置 CommandTimeout 或 ConnectionTimeout ?

发布于 2024-07-25 05:07:34 字数 123 浏览 6 评论 0原文

有谁知道如何在 NetTiers 中设置 ConnectionTimeout 和/或 CommandTimeout 因为我有一个长时间运行的查询超时。 我希望查询长时间运行,这不是性能问题,我只需要知道是否有人知道如何设置这个值。

Does anyone know how to set the ConnectionTimeout and/or CommandTimeout in NetTiers as I have a long running query that is timing out. I expect the query to be long running, its not a performance problem as such, I just need to know if anyone knows how to set this value.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

淡淡绿茶香 2024-08-01 05:07:34

您需要将其添加到生成站点的 Web.config 中。 它是 Provider 设置中的 defaultCommandTimeout 提供程序。

You need to add it to the Web.config for the generated site. Its the defaultCommandTimeout provider in the Provider setting.

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