ASA messages - bubble up to .Net client? -
02-08-2010
, 01:10 PM
Do messages such as "1 row(s) affected",
"execution time : 0.021 seconds"
ever bubble up to the ASA .Net client? I realize I can grab the
number of rows affected by using ExecuteNonQuery, but in the case of
running an alter script, for example, I just receive a message stating
the execution time. |