开发者

Classic ASP: ADODB.Command output

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 ca开发者_如何学运维n't see which SQL command I'm actually trying to run. So is there a way to check ADODB.Command's output to SQL?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜