为了账号安全,请及时绑定邮箱和手机立即绑定

您好,求助c#高手,帮帮忙看下这段代码什么意思?

您好,求助c#高手,帮帮忙看下这段代码什么意思?

白衣非少年 2021-12-02 11:07:01
public EmployeeManage(){InitializeComponent(); this.connectionStr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" +Application.StartupPath + "\\ManPowerManage.mdb"; this.selectStr="select * from Employee";this.Connection1=new OleDbConnection(this.connectionStr);this.Command1=new OleDbCommand();this.dataAdapter1=new OleDbDataAdapter(this.selectStr,this.Connection1);this.selectStr="select * from Dimmision";this.dataAdapter2=new OleDbDataAdapter(this.selectStr,this.Connection1);this.Command1.Connection=this.Connection1;this.Command1.CommandText=this.commandStr;}
查看完整描述

1 回答

?
莫回无

TA贡献1865条经验 获得超7个赞

一段用ole方式连接excel数据库文件的代码,数据库在应用程序的当前目录下。
从数据库的表Employee读出员工信息,并且能用“Command1”操作数据库

查看完整回答
反对 回复 2021-12-06
  • 1 回答
  • 0 关注
  • 184 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信