开发者

Synchronizing the database failed with the message 'string truncation...'

Using N-Tier synchronization to a Microsoft Compact DB: http://msdn.microsoft.com/en-us/library/bb882690.aspx. Trying to refresh the local database cache to account for changes in the schema of the db we are syncing against.

In the middle of Synchronizing local database cache, the message Synchronizing the database failed with the 开发者_StackOverflowmessage 'String truncation: max=100, len=101,value='...'.' appears.

The column it complains about is actually nvarchar(400), so might just need to delete and add the local database cache again, but wanted to record it somewhere just in case it is useful to someone else.


Yes, recreating the local database cache fixed the problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜