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