Re: Too many args when running a stored procedure
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Fri, 16 Sep 2005 08:34:20 +0200
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
.
- References:
- Prev by Date: Re: Insert Dataset into SQL Server Table
- Next by Date: Re: Argument Description
- Previous by thread: Re: Too many args when running a stored procedure
- Next by thread: Re: Too many args when running a stored procedure
- Index(es):
Loading