SqlCommand cmd1 = new SqlCommand(sql, conn);
            if (cmd1.ExecuteScalar() == null)
            {
                MessageBox.Show("查无资料,请输入");
                button1.Enabled = true;
                return;
            }
            else
            {
                textBox1.Text = cmd1.ExecuteScalar().ToString();
                button5.Enabled = true;
                button3.Enabled = true;
            }
2)添加信息
if (textBox1.Text == "")
            {
                MessageBox.Show("请输入投诉信息");
                return;
            }
            else
            {
                sqlConnect();
                string sq2 = "insert into tousu values('" + comboBox1.Text.Trim() + "','" + textBox1.Text.Trim() + "' )";
                SqlCommand cmd2 = new SqlCommand(sq2, conn);
                cmd2.ExecuteNonQuery();
                sqlClose();
                MessageBox.Show("添加成功");
            }
 
3)修改信息
if (textBox1.Text =="")
            {
                MessageBox.Show("请输入投诉信息");
                return;
            }
            else
            {
                sqlConnect();
                string sq4 = "update tousu set liyou='" + textBox1.Text.Trim() + "'where custormid='" + comboBox1.Text + "'";
                SqlCommand cmd4 = new SqlCommand(sq4, conn);
上一篇:《计算机基础》课程学生实验作业网络管理系统设计
下一篇:Flash射击游戏设计+需求分析

银行行办公信息服务系统【1544字】

论信息技术茬外语教學中的應用【3270字】

计算机信息管理茬第三方...

电子商务中信息不對称问题研究【2365字】

用友NC信息系统的实施應用实践研究【3307字】

客户關系管理系统的发展与研究【1843字】

网络信息安全技术管理的...

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

公寓空调设计任务书

志愿者活动的调查问卷表

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

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

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

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

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

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

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