经典 ASP:ADODB.Command 输出

发布于 2024-09-14 12:53:40 字数 264 浏览 5 评论 0原文

遵循这个关于如何进行参数化sql查询的其他问题经典的asp,我现在问如何调试

我可以用它写入 CommandText 并执行,但我看不到我实际上正在尝试运行哪个 SQL 命令。那么有没有办法检查 ADODB.Command 对 SQL 的输出?

Following this other question on how to make parametrized sql query on classic asp, I now ask how to debug it?

I can write in a CommandText with it, and execute, but I can't see which SQL command I'm actually trying to run. So is there a way to check ADODB.Command's output to SQL?

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

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

发布评论

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

评论(1

熟人话多 2024-09-21 12:53:40

不幸的是不是,在输出用于跟踪时,您需要自己将查询参数标记替换为实际值。

Unfortunately not, you'll need to replace the query parameter tokens with the actual values yourself when outputting for tracing.

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