0

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.

1 Answers1

0

You can accomplish this with oData as a data interchange protocol and treat sharepoint as your central data storage layer.

http://www.odata.org/

Don Albrecht
  • 1,222
  • 1
  • 8
  • 12