G
Guest
I was using a SP to Update records and I was geting the records affected via
Num = myCommand.ExecuteNonQuery()
after I introduced an Output parameter inside the SP, I can see no more the
records affected by the Update, should I add something to the SP?
--
Num = myCommand.ExecuteNonQuery()
after I introduced an Output parameter inside the SP, I can see no more the
records affected by the Update, should I add something to the SP?
--