private void button10_Click(object sender, EventArgs e)
        {
            dataset.Clear();
            if (textBox15.Text.Trim() == "" || textBox16.Text.Trim() == "" || textBox17.Text.Trim() == "" || textBox18.Text.Trim() == "" || textBox19.Text.Trim() == "" || textBox29.Text.Trim() == "")
            {
                MessageBox.Show("请输入完整的合同信息", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
            }
            else
            {
                sql = "select * from contract where number=" + "'" + textBox15.Text.Trim() + "'";
                adapter = new SqlDataAdapter(sql, con);
                adapter.Fill(dataset, "contract");
                if (dataset.Tables["contract"].Rows.Count < 1)
                { MessageBox.Show("要修改的合同不存在", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Warning); }
                else
                {
                    sql = string.Format(@"update  contract set name='{1}',owner='{2}',customer='{3}',abstract='{4}',content='{5}'
                 ,date='{6}' where number='{0}'", textBox15.Text.Trim(), textBox16.Text.Trim(),
                    textBox17.Text.Trim(), textBox18.Text.Trim(), textBox19.Text.Trim(), textBox29.Text.Trim(), dateTimePicker2.Value);
                    SqlCommand cmd = new SqlCommand(sql, con);
                    try
                    {
                        con.Open();
                        cmd.ExecuteNonQuery();
                        MessageBox.Show("修改成功", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
                        showcontract();
                    }
上一篇:JSP+Mysql网上在线答疑系统的研究与设计
下一篇:ASP.net网上鲜花电子商务系统的分析与设计

ERP技术发展的现状趋势及...

ERP中的物流模块研究【2721字】

關于修船企业ERP系统的设计思想【6512字】

电子商务模式下的ERP功能需求分析【5358字】

电子商务茬玉林中药材销...

电子商务与ERP的整合【1100字】

B2C电子商务企业网络营销...

医院财务风险因素分析及管理措施【2367字】

承德市事业单位档案管理...

10万元能开儿童乐园吗,我...

志愿者活动的调查问卷表

AT89C52单片机的超声波测距...

C#学校科研管理系统的设计

公寓空调设计任务书

国内外图像分割技术研究现状

中国学术生态细节考察《...

神经外科重症监护病房患...