扫码后分享到微信或QQ
asp如何获取conn.execute最终update的记录数量:
Conn.Execute (SQL,howmany) response.write ("受影响的记录数:" & howmany & "条。")
Conn.Execute (SQL,howmany)
response.write ("受影响的记录数:" & howmany & "条。")
执行结果中howmany值即为受影响行数。