使用Tableadapters填充数据集不起作用

时间:2016-05-25 11:35:06

标签: c# sql-server winforms dataset tableadapter

我必须使用Tableadopter开发项目。实际上工作,但当我更改SQL Server密码不起作用。所以我的项目也完全损坏了我6月10日的最后一年项目提交日期。突然我努力了,请帮助我......

更新:

  private void Form_admin_Load(object sender, EventArgs e)
    {
        con = new SqlConnection("Data Source=LAB-2\\SQLEXPRESS; Initial Catalog=HRPay; Persist Security Info = True; User ID =smart; Password =smart123");
        con.Open();


        // TODO: This line of code loads data into the 'hRPayDataSet8.EmployeeQulaification' table. You can move, or remove it, as needed.
        this.employeeQulaificationTableAdapter1.Fill(this.hRPayDataSet8.EmployeeQulaification);
    }

1 个答案:

答案 0 :(得分:0)

将您的SQL密码更改回“Smart123”。

或者将连接字符串中的密码更改为新的SQL Server密码。