Re: Too many args when running a stored procedure



MK,

Are you maybe adding the parameter to the parameterlist more times, this is
not unlikely because normally we would have seen an instrucktion as

\\\
SqlCommand1.Parameters("@JobNumber").value = xtJobRefNumber.Text
SqlCommand1.ExecuteNonQuery()
///
I hope this helps,

Cor


.


Loading