() { 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页 |