
28/10/2009, 16:33
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 2
Antigüedad: 15 años, 4 meses Puntos: 0 | |
ayuda para este error Necesito de su ayuda para solucionar esto
Exception Details: System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
Source Error:
Line 651: sql.Append("QuantityDiscountID=" + CommonLogic.FormCanBeDangerousContent("QuantityDis countID"));
Line 652: sql.Append(" where ProductID=" + ProductID.ToString()); Line 653: DB.ExecuteSQL(sql.ToString());
Line 654: DataUpdated = true;
Line 655: Editing = true; |