菜单
  

                    int ppr2 = Convert.ToInt32(cmd2.ExecuteScalar());
                    string sq4 = "insert into kehu values('" + comboBox1.Text.Trim() + "','" + ppr + "','" + comboBox2.Text.Trim() + "','" + ppr1 + "','" + textBox1.Text.Trim() + "','" + ppr2 + "','" + textBox4.Text.Trim() + "','" + textBox2.Text.Trim() + "','" + textBox3.Text.Trim() + "','" + textBox5.Text.Trim() + "','" + textBox6.Text.Trim() + "','" + textBox7.Text.Trim() + "','" + textBox8.Text.Trim() + "','" + textBox9.Text.Trim() + "','" + textBox10.Text.Trim() + "','" + textBox11.Text.Trim() + "')";
                    SqlCommand cmd3 = new SqlCommand(sq4, conn);
                    cmd3.ExecuteNonQuery();
                    sqlClose();
                    MessageBox.Show("添加成功");
                    button3.Enabled = true;
                }
     
    图 3.8添加联系人
    添加的联系人与之前添加的客户相对应,当然,也可以不用现在添加,可以从模块导航界面直接进入到添加联系人界面。
    输入正确的联系人信息,按下“确认”键后,保存信息,若输入不完整,也会出现错误提示,并无法保存信息。
    实现代码如下:
    if (textBox1.Text == "" || textBox2.Text == "" || textBox3.Text == "" || textBox6.Text == "" || textBox9.Text == "")
                {
                    MessageBox.Show("信息输入不完整,请检查");
                    return;
                }
                else
                {
                    sqlConnect();
                    string sq = "select max(custormid) from kehu";
                    SqlCommand cmd = new SqlCommand(sq, conn);
                    int ppr = Convert.ToInt32(cmd.ExecuteScalar());
                    string sq1 = "select max(lianxirenid)+1 from lianxiren";
                    SqlCommand cmd1 = new SqlCommand(sq1, conn);
                    int ppr1 = Convert.ToInt32(cmd1.ExecuteScalar());
                    string sq2 = "insert into lianxiren values('" + ppr + "','" + textBox1.Text.Trim() + "','" + textBox2.Text.Trim() + "','" + textBox3.Text.Trim() + "','" + textBox4.Text.Trim() + "','" + textBox5.Text.Trim() + "','" + textBox6.Text.Trim() + "','" + textBox7.Text.Trim() + "','" + textBox8.Text.Trim() + "','" + textBox9.Text.Trim() + "','" +ppr1 + "','" + textBox10.Text.Trim() + "','" + textBox11.Text.Trim() + "')";
  1. 上一篇:《计算机基础》课程学生实验作业网络管理系统设计
  2. 下一篇:Flash射击游戏设计+需求分析
  1. jsp+mysql学生选课信息系统设计与实现

  2. Ruby+mysql就业信息管理系统的设计与实现

  3. VB+sqlserver社区医院信息管理系统的设计与实现

  4. java+mysql房地产开发与销售...

  5. VB+sqlserver高校宿舍信息管理系统的设计与实现

  6. java+mysql车票预订信息系统设计与实现

  7. 基于信息技术课程培养初...

  8. 当代大学生慈善意识研究+文献综述

  9. java+mysql车辆管理系统的设计+源代码

  10. 酸性水汽提装置总汽提塔设计+CAD图纸

  11. 电站锅炉暖风器设计任务书

  12. 河岸冲刷和泥沙淤积的监测国内外研究现状

  13. 杂拟谷盗体内共生菌沃尔...

  14. 乳业同业并购式全产业链...

  15. 中考体育项目与体育教学合理结合的研究

  16. 大众媒体对公共政策制定的影响

  17. 十二层带中心支撑钢结构...

  

About

751论文网手机版...

主页:http://www.751com.cn

关闭返回