上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 66 下一页
摘要: 来源http://blog.csdn.net/zjcxc/archive/2005/05/30/384496.aspx --示例数据 create table tb(name1 text,name2 varchar(20)) insert tb select 'aa','dd' union all select 'bb','cc' go --处理 declare @p binary(16... 阅读全文
posted @ 2008-12-19 18:03 roboth 阅读(209) 评论(0) 推荐(0)
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->usingSystem.Net; usingSystem; publicclassQQUtility { publicstaticboolIsOnline(str... 阅读全文
posted @ 2008-12-11 14:15 roboth 阅读(809) 评论(2) 推荐(0)
摘要: 概述 COLUMNS_UPDATED函数能够出现在INSERT或UPDATE触发器中AS关键字后的任何位置,用来指示表或视图中有哪些列已被插入或者更新。它通常和IF语句一起使用,从而可以根据不同的结果,促使触发器执行不同的操作。因此在DML触发器中,COLUMNS_UPDATED函数是一个非常重要且有用的函数。 不同于UPDATE函数,COLUMNS_UPDATED函数可以工作在多个列中,它使用... 阅读全文
posted @ 2008-12-09 17:08 roboth 阅读(374) 评论(0) 推荐(0)
摘要: Remember that triggers are fired per statement, not per row. 阅读全文
posted @ 2008-12-09 14:15 roboth 阅读(425) 评论(0) 推荐(0)
摘要: string strShipMethodslist = string.Empty; foreach (int i in lbshipMethods.GetSelectedIndices()) { strShipMethodslist += lbshipMethods.It... 阅读全文
posted @ 2008-12-03 14:02 roboth 阅读(799) 评论(1) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 66 下一页