摘要:
是对与Community Server 2.0中的存储过程的一点看法的.看到目前也差不多清楚了他的基本写法了. 就是习惯用事务来处理,其中有很多判断.判断包括很多,比如通常本应在属性里判断的,他好象都判断掉了.然后在调用这些存储过程的时候就直接传参数就可以了,而不用判断之后再传. 但是应该也有判断的,因为没看全,也有很多没看懂,所以就只能这样说了.=.= ... 阅读全文
posted @ 2006-09-07 13:22
MainIsUsed
阅读(144)
评论(1)
推荐(0)
摘要:
cs_Feed_GetAllCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER PROC [dbo].cs_Feed_GetAll( @SettingsID int)AS/**//*查询全部引用,好象越来越像是引用的意思了.*/SELE... 阅读全文
posted @ 2006-09-07 13:10
MainIsUsed
阅读(168)
评论(0)
推荐(0)
摘要:
cs_Favorites_GetUsersWatchingCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure dbo.cs_Favorites_GetUsersWatching( @UserID int... 阅读全文
posted @ 2006-09-07 13:09
MainIsUsed
阅读(147)
评论(0)
推荐(0)
摘要:
cs_Favorites_GetUsersWatchingCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure dbo.cs_Favorites_GetUsersWatching( @UserID int... 阅读全文
posted @ 2006-09-07 13:08
MainIsUsed
阅读(159)
评论(0)
推荐(0)
摘要:
cs_Favorites_GetSectionsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->ALTER procedure dbo.cs_Favorites_GetSections( @UserID int, @Sett... 阅读全文
posted @ 2006-09-07 13:07
MainIsUsed
阅读(204)
评论(0)
推荐(0)