集中式数据库的桌面到 Web 通信
我开发了一个带有网络托管数据库的网络门户,一个带有桌面数据库的桌面应用程序。网络上的主数据库应该是集中的,托管多个桌面应用程序和多个网络门户的数据。
我知道我们可以使用共享点创建多个网站,但如何为网络和桌面应用程序开发集中式数据库?
是否有任何 SharePoint API 可用于将 Web 应用程序与桌面应用程序进行通信?
或者还有其他解决方案吗?
提前谢谢。
I have developed a web portal with a web hosted database, a desktop application with a desktop database. A master database on the web is supposed to be centralized, hosting data of both multiple desktop apps and multiple web portals.
I know we can make multiple websites using sharepoint but how to develop a centralized database for both web and desktop apps?
Is there any SharePoint API available to communicate a web app with a desktop app?
Or any other solutions?
thx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 oData 作为数据交换协议来实现此目的,并将 sharepoint 视为中央数据存储层。
http://www.odata.org/
You can accomplish this with oData as a data interchange protocol and treat sharepoint as your central data storage layer.
http://www.odata.org/