SQL Server 2008空间数据应用系列十:使用存储过程生成GeoRSS聚(12)
来源:未知 责任编辑:责任编辑 发表时间:2013-11-15 19:46 点击:次
namespace GeoRSSService
{
/// <summary>
/// 发布SQL Server 2008中的空间数据为GeoRSS。
/// </summary>
public class GeoRSSHandler : IHttpHandler
{
public void ProcessRequest(HttpContext context)
{
context.Response.ContentType = "text/xml";
context.Response.Charset = "iso-8859-1";
context.Response.CacheControl = "no-cache";
context.Response.Expires = 0;
SqlConnection myConn = new SqlConnection(
@"
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>