Data Population Error - SQL Error: String or binary data would be truncated.
I'm trying to make a form-based application to populate a SQL Server Database Table, but attempting to submit the form yields "System.Data.SqlClient.SqlException (0x80131904): String or binary data would be truncated"


Usually this error occurs when attempting to put large data into a not large enough column, but in this instance the value being supplied was "Test", to a column of size varchar(1000). Any suggestions on how to fix this error?
请先登录再写评论。
评论
1 条评论