如何将 SharePoint 列表(通过 SP WebServices)与 SQL 表同步?
是否可以通过标准 SharePoint Web 服务将 SharePoint 列表与 SQL 表同步?我想使用 Microsoft 同步框架。 一些示例代码会非常有帮助。
谢谢
is there a possibility to sync a SharePoint list via standard SharePoint WebServices with a SQL Table? I would like to use the Microsoft Sync Framework.
Some sample code would be very helpful.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
代码示例不多,但 SharePoint 具有使用 Sync Framework 运行的 API。请参阅:http://msdn.microsoft.com/en-us/library/ee538641 .aspx
Not much code samples, but SharePoint has APIs that works using Sync Framework. see: http://msdn.microsoft.com/en-us/library/ee538641.aspx
如果您愿意使用 SSIS(SQL Server 集成服务),使用 CodePlex 中的自定义适配器的 SSIS 包可能会为您提供帮助。
带有链接的 MSDN 存根: http://msdn.microsoft.com/en-us/库/hh368261.aspx
CodePlex 项目:http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652
If you're willing to work with SSIS (SQL Server Integration Services), an SSIS package using custom adapters from CodePlex may assist you.
MSDN Stub with links: http://msdn.microsoft.com/en-us/library/hh368261.aspx
CodePlex project: http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652