In my procedure I have the following variables:
@Codigo VARCHAR(MAX),@cont as int, @DataPago as VARCHAR(10)
Via C # application I'm passing the values as follows:
y1.Parameters.Add("@Codigo", SqlDbType.VarChar).Value = "2,4";
y1.Pa...
asked by
23.10.2015 / 18:10