ASP.net;sharepoint
c# moss 程序人生
10 2007 档案
获得最新纪录 sql
摘要:获取表Law_Log中PeopleName字段的最新纪录 WITH tablelist AS (SELECT ROW_NUMBER() OVER (ORDER BY Tmp.LawID DESC) AS Row, * from Law_Log as Tmp where PeopleName = 'GSEGC\sumeihua') select top 1 * from tablelist orde... 阅读全文
posted @ 2007-10-31 16:29 sumh 阅读(183) 评论(0) 推荐(0)
share point 2007
摘要:用户组和用户 阅读全文
posted @ 2007-10-16 23:21 sumh 阅读(877) 评论(2) 推荐(0)
web.config文件
摘要:web.config文件 阅读全文
posted @ 2007-10-11 14:04 sumh 阅读(434) 评论(0) 推荐(0)