09 2010 档案

sql server2000 paged store procedure
摘要:sql server 2000 paged store procedure ,we still used in project:代码 阅读全文

posted @ 2010-09-28 18:53 tneduts 阅读(391) 评论(1) 推荐(0)

Relearn dotnet framework int32
摘要:以下所有资料整理自MSDNint32 表示 32 位有符号的整数。 命名空间: System程序集: mscorlib(在 mscorlib.dll 中)[SerializableAttribute][ComVisibleAttribute(true)]public struct Int32 : IComparable, IFormattable, IConvertible, IComparabl... 阅读全文

posted @ 2010-09-27 23:35 tneduts 阅读(283) 评论(0) 推荐(0)

(转)sql server 生成树形菜单
摘要:--处理示例--示例数据createtabletb(IDint,Namevarchar(10),ParentIDint)inserttbselect1,'AAAA',0unionallselect2,'BBBB',0unionallselect3,'CCCC',0unionallselect4,'AAAA-1',1unionallselect5,'AAAA-2',1unionallselect6,... 阅读全文

posted @ 2010-09-24 14:06 tneduts 阅读(1109) 评论(1) 推荐(0)

导航