摘要:
select text from syscomments where id =(select id from sysobjects where name='vw_orderitem'--vw_orderitem为视图的名称)可以查询表名,视图名,存储过程名等select * from sysobjects --where xtype='U' --表名--where xtype='V' --视图名-... 阅读全文
摘要:
最近在学习Microsoft的chart控件代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--string[]titles=newstring[]{"2010-01","2010-03","2010-04"};int[]values=newint[]... 阅读全文
摘要:
记得06年的时候的一个CRM项目我就想搞清楚office add-in 的开发。无奈项目安排过于紧迫,没有任何的技术储备时间。今天又想起这个方式了。先记录一些学习的网页 How to build an Office COM add-in by using Visual C# .NEThttp://support.microsoft.com/kb/302901http://support.... 阅读全文