SQL CE Max Length

[亡魂溺海] 提交于 2019-12-01 15:59:45
Matt Lacey

The 4000 byte limit is imposed on varchar fields.

If you want more then you'll need ot use ntext.

See the list of supported types at http://msdn.microsoft.com/en-us/library/ms172424(SQL.110).aspx

In Sql Compact 3.5, there was an ntext data type that was not limited to 4k bytes (like nvarchar).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!