Page 1 of 1

Execution result from TMSScript

Posted: Sun 05 Jan 2014 17:42
by robluggar
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

Posted: Wed 08 Jan 2014 16:12
by Dimon
You can use the TMSScript.RowsAffected property to determine how many rows were changed during the script execution.