经典 ASP:ADODB.Command 输出
遵循这个关于如何进行参数化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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是不是,在输出用于跟踪时,您需要自己将查询参数标记替换为实际值。
Unfortunately not, you'll need to replace the query parameter tokens with the actual values yourself when outputting for tracing.