Hi again, I tried to execute the same stored procedure (see my other post ) using the ExecuteCommand method: Code Snippet int iRet = this.ExecuteCommand("exec dbo.uspUpdateRegion @id={0}, @description={1}", original.RegionID, original.RegionDescription); The iRet value is equal to zero. Is it a method bug? Or what I did wrong? Thank you in advance.
Read More...