摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--classProgram{staticvoidMain(string[]args){Rolerr=Role.add|Role.update|Role.delete;Console.WriteLine(... 阅读全文
posted @ 2010-05-10 08:34 溜园 阅读(149) 评论(0) 推荐(0)
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/*根据开发库与现场库,生成更新现场库的数据脚本现场库在2005的服务器上(178);开发库在2000的服务器上(192.168.62.3)*/--删除现场库关于开发时的设置--DELETEFROM... 阅读全文
posted @ 2010-05-10 08:24 溜园 阅读(138) 评论(0) 推荐(0)
摘要: select*from@MainProjectOIDasmainwhereexists(select1from@MainProjectOIDasmain2wheremain2.OID=main.OIDgroupbymain2.OIDhavingcount(main2.OID)>1) 阅读全文
posted @ 2010-05-10 08:17 溜园 阅读(108) 评论(0) 推荐(0)
摘要: declare@svarchar(500)select@s=isnull(@s+',','')+rtrim(OID)from[AS_tFunction]select@s 阅读全文
posted @ 2010-05-10 08:17 溜园 阅读(87) 评论(0) 推荐(0)