Page 1 of 1

How to get the text results after query execution

Posted: Tue 27 Oct 2009 12:11
by brace
i am trying to have the

(n) rows affected (or error)

mesage I can see in management studio when running a query (or using the out file of osql.exe).

is there a method in TMSQuery to retrieve this?

Posted: Tue 27 Oct 2009 13:02
by Dimon
Use the TCustomDADataSet.RowsAffected property.