Ive used this method before to return the amount of rows changed. I am it to run an insert method, the insert runs fine in the stored procedure, but the return value from th
If you use this method to call a store procedure that perform
UPDATE/INSERT in a table the method return -1 if the stored procudere
has the SET NOCOUNT at ON value.