Im trying to call the procedure with this form.
EXEC dbo.sp_consulta param
In parameters mapping i have this variable: "param".
In the variable that is holding the parameter im assigning int16 as the type but for the parameter type there is no int16, so I'm using short or signed. The error I'm getting is this:
error converting data type nvarchar to int