如何构建一个在本地存储数据并与远程数据库同步的 Windows/Web 应用程序?
我需要构建一个在本地存储数据然后与远程 MS SQL 数据库同步的应用程序。我不知道该怎么做。
- 在表单上离线输入数据并存储数据。
- 在线时将数据与远程 MS SQL 数据库同步。
- 会有很多用户离线录入数据,在线时每台PC上的本地数据库都需要更新,并抓取最近的30条记录供离线使用。
示例:每天用户都会在其“表单”上输入数据。用户将处于离线状态。用户将返回办公室并需要与“在线”数据库同步。第二天早上,用户需要在离线之前与在线数据库同步。他们需要离线访问 30 条最新记录。 (他们将在离线时使用 30 条记录来绘制图表)
我对构建应用程序非常陌生。我有 VS 2010。我想知道从哪里开始?使用什么语言?是否有一个“框架”来完成此类应用程序?
任何信息或建议将不胜感激。
谢谢!
I am needing to build an application that stores data locally and then synchronizes with a remote MS SQL database. I am not sure how to go about doing this.
- Enter data offline on a form and store the data.
- Synchronize the data with a remote MS SQL database when online.
- There will be many users who enter data offline, the local database on each pc needs to update when online and grab the 30 most recent records for use offline.
Example: Each day users will enter data on their "form". The users will be offline. The users will return to the office and need to sync with the "online" database. The next morning the users will need to sync with the online database before going offline. They will need to have offline access to the 30 most recent records. (They will use the 30 records for charting/graphing while they are offline)
I am very new to building apps. I have VS 2010. I am wondering where to start? What language to use? Is there a "framework" for doing this type of app?
Any info or suggestions would be greatly appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 http://msdn.microsoft.com/en-us/sync/default .aspx 和 http://keithelder.net/blog/archive/2007/09/23/Sync-Services-for-SQL-Server-Compact-Edition-3.5-in-Visual.aspx
see http://msdn.microsoft.com/en-us/sync/default.aspx and http://keithelder.net/blog/archive/2007/09/23/Sync-Services-for-SQL-Server-Compact-Edition-3.5-in-Visual.aspx