I am at a loss here, I don't understand why the procedure is not getting this parameter......Procedure (...procInfoColor...):...ALTER PROCEDURE [dbo].[procInfoColor]
(@ID int)
AS
BEGIN
SELECT Id, Code, [Description], IsActive FROM tblColor WHERE I...