Hello everyone,
I am using
ExecuteNonQuery()
to execute a SQL command that inserts data into a SQL Server 2005 Database. I want to return the number of rows affected. I've read that this method returns the value, but I can't figure out how to access it. Help is very much appreciated.
Thanks