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

2009年4月12日

摘要: 1.把连接数据库的代码写在web.config文件中 在 中加入以下代码: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 2.具体代码: Code highlighting produced by Ac... 阅读全文

posted @ 2009-04-12 19:14 澍可 阅读(858) 评论(1) 推荐(0) 编辑

摘要: 根据参数自段可得到具体要显示哪些报表 网上找的: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> // 声明将参数传递给查看器控件所需的变量。 ParameterFields paramFields = new Paramet... 阅读全文

posted @ 2009-04-12 18:58 澍可 阅读(1256) 评论(0) 推荐(0) 编辑

摘要: 1.webconfig 2.DBUtility.PubConstant 3.DbHelperSQL类中声明一个public static string connectionString 4.在每一个SQLServerDAL中的数据库表类中的构造函数中为connectionString 赋值 阅读全文

posted @ 2009-04-12 16:28 澍可 阅读(730) 评论(0) 推荐(0) 编辑