L
larzeb
I received an error from the ExecuteNonQuery command and I don't have
a clue where to begin to diagnose it.
The calling parameters are connection, CommandType.StoredProcedure,
SPName, Parms().
The connection was open, the type of command was Stored Procedure, the
name of the procedure was correct and the parameters looked OK. But it
must be something in the parms.
The error message was a System.InvalidCastException: Object must
implement IConvertible.
a clue where to begin to diagnose it.
The calling parameters are connection, CommandType.StoredProcedure,
SPName, Parms().
The connection was open, the type of command was Stored Procedure, the
name of the procedure was correct and the parameters looked OK. But it
must be something in the parms.
The error message was a System.InvalidCastException: Object must
implement IConvertible.