cmd.Parameters.Add(
cmd.Parameters[2].Value =
when i used this the error value was either too large or too small for an int error will occur how can i solve this.
Thaks