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.
精彩评论