从 WCF 检索数据以存储在 SQL Server CE (TableAdapter) 上
我有一个使用 WCF 服务的 Compact Framework 2.0 应用程序。 从服务检索的数据将存储在 SQL Server 2005 CE 上。
SQL Server CE 数据库有自己的表。 我使用 TableAdapter 访问 SQL Server CE 并使用 Insert 和 Select 语句来存储和检索数据。
有更好的方法吗?
I have a Compact Framework 2.0 app that consume a WCF service. The data that retrieve from the service will be store on a SQL Server 2005 CE.
The SQL Server CE database has his own tables. I use a TableAdapter to access SQL Server CE and Insert and Select statement to store and retrieve data.
Is there a better way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以考虑同步框架
http://blogs.msdn.com/sync/archive/2009/06/04/announcing-sync-framework-2-0-ctp2.aspx
You could consider sync framework
http://blogs.msdn.com/sync/archive/2009/06/04/announcing-sync-framework-2-0-ctp2.aspx