Hi guys,
I have a weird problem - I wonder if someone could spare a second for me.
I am running a DELETE statement inside a T-SQL Stored Procedure (for my C# .NET application). It's as simple as they get.
DELETE
FROM groupPromotionR equests
WHERE groupPromotionR equestId = @requestId;
However, when I call ExecuteNonQuery () I always get back 0. I have tried......