相关文章  
  • 基于IIS总线的嵌入式音频系统设计
  • IIS6.0服务器架站无法访问解决方案总结
  • 装IIS 6.0后所有站都出现500错误
  • 服务器端异步 Web 方法(二)
  • 服务器端异步 Web 方法(三)
  • IIS自动开通组件编程
  • 提高IIS网站服务器效率八法
  • 成功做好网络管理员 IIS使用十大原则
  • 使用Delphi创建IIS虚拟目录的方法
  • 创建Web部件显示Portal Server的搜索数据
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    在 WebForm 的 DadaGrid 中显示图象6

    ()
       {
       this.Load += new System.EventHandler(this.Page_Load);
       }
       #endregion
      }
      }
      
      //数据访问类的定义:
      using System;
      using System.Data;
      using System.Data.OleDb;
      
      namespace myDBAccess
      {
        /// 数据库存取 namespace:
        /// 类名:myTableAccess
       /// 属性:
       /// sDbPath   数据库路径(包括数据库文件名)
       /// sPassword  数据库口令
       /// sSQL    SQL 语句
      
       public class myTableAccess
       {
       //声明 3 个属性(域):
       public string sDbPath = "";
       public string sPassword = "";
       public string sSQL = "";
      
       private OleDbCon

    页码:[1] [2] [3] [4] [5] [6] [7] [8]6页、共8页

         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved