博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  个人技术文章

摘要:use ogvasselect s.colorder,s.name, t.name , s.length , s.isnullable --,s.type, s.xtype, s.xusertype, s.prec, s.scalefrom [OGVAS].dbo.syscolumns s,sysobjects o, systypes t where s.id = o.id and lower(... 阅读全文

posted @ 2006-05-10 10:32 liufu627 阅读(255) 评论(0) 推荐(0)

摘要:private void ToExcel(System.Web.UI.Control ctl) { Response.Charset = "GB2312"; Response.AppendHeader("Content-Disposition", "attachment;filename=" +System.DateTime.Now.ToString("yyyyMMddhhmmss") ... 阅读全文

posted @ 2006-05-09 23:58 liufu627 阅读(741) 评论(2) 推荐(0)