揭露SQL Server数据库的Web服务来获得数据 [英] Expose SQL Server database as web service to get data from

查看:170
本文介绍了揭露SQL Server数据库的Web服务来获得数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有任何.NET工具来对我的表中的数据暴露在Microsoft SQL Server作为Web服务?我是否需要写code?有什么样?什么是你的建议是如何暴露的数据?

Is there any .NET tool to expose the data of my tables in Microsoft SQL Server as web services? Do I have to write the code? Are there any samples? What do your recommend as to how to expose the data?

推荐答案

在使用 WCF数据服务可以是一种选择,就像<一href="http://stackoverflow.com/questions/2080412/expose-mssql-database-as-web-service-to-get-data-from/2080420#2080420">Anton说,你应该考虑它是否是一个好主意,提供一个直接的路径整个/部分数据库。

While to use WCF Data Services can be an option, just like Anton said, you should consider if it's a good idea to provide a direct path to your entire/partial database.

另一种选择是建立一个数据访问层,这将使只是一个小的操作集,如:你可以添加一个客户,但你不能删除发票

Another option is to build a data access layer, which will allow just a small operation set, like: "you can to add a customer, but you're not allowed to delete an invoice"

这篇关于揭露SQL Server数据库的Web服务来获得数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆