11 2006 档案

 
asp.net换页控件之不同页切换
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.We...阅读全文
posted @ 2006-11-27 12:10 随风而去 阅读(138) | 评论 (0) 编辑
有用的几个系统过程
摘要: --1.给表中字段添加描述信息CreatetableT2(idint,namechar(20))GOEXECsp_addextendedproperty'MS_Description','EmployeeID','user',dbo,'table',T2,'column',idEXECsp_updateextendedproperty'MS_Description','thisisatest','...阅读全文
posted @ 2006-11-10 23:55 随风而去 阅读(45) | 评论 (0) 编辑