Execution result from TMSScript
Execution result from TMSScript
Is there any way to return the execution result (number of rows affected for instance) from a script executed in TMSScript? I can get any errors back, but can't see any way to get successful result messages back.
Re: Execution result from TMSScript
You can use the TMSScript.RowsAffected property to determine how many rows were changed during the script execution.