摘要: 原文链接:http://www.2cto.com/database/201206/136583.html在某些情况下需要把SQLServer的表设为只读,下面举出几种方法:一般情况下会有几种情况需要你把数据库设为只读:1. Insert,Update,Delete 触发器2. Check... 阅读全文
posted @ 2013-03-11 15:27 y0umer 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: Request.ServerVariables["Url"] 返回服务器地址Request.ServerVariables["Path_Info"] 客户端提供的路径信息Request.ServerVariables["Appl_Physical_Path"] 与应用程序元数据库路径相应的物理路径R... 阅读全文
posted @ 2013-03-11 15:10 y0umer 阅读(148) 评论(0) 推荐(0) 编辑