“String or binary data would be truncated.” linq exception, cant find which field has exceeded max length

后端 未结 3 1300
梦毁少年i
梦毁少年i 2021-02-01 07:08

String or binary data would be truncated. linq exception, cant find which field has exceeded max length.

i have around 350 fields. i checked each and every textbox maxle

3条回答
  •  没有蜡笔的小新
    2021-02-01 07:45

    If you checked the max length of every textbox to the max length of every field, it is entirely possible the error is happening through a trigger. Are there triggers on the table?

提交回复
热议问题