Sometimes when trying to execute an SQL query (typically an INSERT or UPDATE), you can get this error: String or binary data would be truncated. This is because you are trying to insert some data that has a greater length than the column in the database is set to be able to take.
Continue reading...
Continue reading...