如何在Silverlight应用程序中向SQL表中插入数据?
我想将数据插入到 silverlight 应用程序中的 sql 表中。 我知道如何使用 WCF Ria 服务将 sql 表中的数据显示到 datagrid 工具中。
但现在我想使用 Silverlight 应用程序将一些数据添加到表中?
我尝试了 LINQ to SQL to 使用 Web 服务插入数据的方法。
所以现在我的问题是可以使用 LINQ to SQL 方法在 sql 中插入数据并使用 WCF Ria 服务获取和操作相同的数据吗?
意味着同时使用这两种技术?
请建议 谢谢
I want to insert data into sql table in silverlight application.
I know how to use WCF Ria services to show data from sql table into datagrid tool.
But now i want to add some data into table using Silverlight application?
I tried LINQ to SQL to method which uses web service to insert data.
So now my question is it okay to insert data in sql using LINQ to SQL method and fetch and operate on the same data using WCF Ria Services ?
Means using both the techniques along side ?
Please suggest
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以找到很好的示例: WCF RIA Services Part 3 :正在更新数据,帮助您轻松完成任务...
You can find good example : WCF RIA Services Part 3: Updating Data which help you to complete the task easily...