这是我的代码(或者其中的一部分......)
$SQLCommand.CommandText=$CmdString
$SQLCommand.CommandType=1
$SQLCommand.Connection=$sqlConnection
#CLear errors before we try to execute..
$Error.Clear()
**$SQLCommand.NonQuery()**
我希望ExecuteNonQuery等到它完成。到目前为止,没有运气找到答案,当然时钟正在运行.. aarrrrgh!
...谢谢