同步数据库失败,并显示消息“字符串截断...”

发布于 2024-09-18 01:56:31 字数 372 浏览 6 评论 0原文

使用 N 层同步到 Microsoft Compact DB:http://msdn.microsoft .com/en-us/library/bb882690.aspx。尝试刷新本地数据库缓存以考虑我们正在同步的数据库架构的更改。

在同步本地数据库缓存的过程中,出现消息同步数据库失败,并显示消息“字符串截断:max=100,len=101,value='...'。”出现。

它抱怨的列实际上是 nvarchar(400),因此可能只需要删除并再次添加本地数据库缓存,但希望将其记录在某处,以防对其他人有用。

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 message '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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

止于盛夏 2024-09-25 01:56:31

是的,重新创建本地数据库缓存解决了问题。

Yes, recreating the local database cache fixed the problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文