菜单
  

                {
                    MessageBox.Show("请输入完整的商品信息", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Warning);
                }
                else
                {

          sql = "select * from product where number=" + "'" + textBox5.Text.Trim() + "'";
                    adapter = new SqlDataAdapter(sql, con);
                    adapter.Fill(dataset, "product");
                    if (dataset.Tables["product"].Rows.Count == 1)
                    { MessageBox.Show("要添加的商品已存在", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Warning); showproduct(); }

                    else
                    {
                        sql = string.Format(@"insert into product(number,name,model,category,amount,price,location,maintenance,date,mark)
                       values('{0}','{1}',{2},'{3}','{4}','{5}','{6}','{7}','{8}','{9}')", textBox5.Text.Trim(),
                            textBox6.Text.Trim(), textBox7.Text.Trim(), textBox8.Text.Trim(), textBox9.Text.Trim(),
                            textBox24.Text.Trim(), textBox25.Text.Trim(), textBox26.Text.Trim(), dateTimePicker1.Value, textBox27.Text.Trim());
                        SqlCommand cmd = new SqlCommand(sql, con);
                        try
                        {
                            con.Open();
                            cmd.ExecuteNonQuery();
                            MessageBox.Show("添加成功", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
                            showproduct();
                        }
                        catch { }
                        finally
  1. 上一篇:JSP+Mysql网上在线答疑系统的研究与设计
  2. 下一篇:ASP.net网上鲜花电子商务系统的分析与设计
  1. ERP软件物料需求计划模块设计

  2. jsp+sqlserver鲜花在线销售系统的设计+ER图

  3. php+mysql移动终端企业生产...

  4. jsp+sqlserver房产销售管理系统的设计与实现

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

  6. jsp+sqlserver图书销售管理系统的设计与实现

  7. java+mysql房产销售管理系统的设计+ER图

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

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

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

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

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

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

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

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

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

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

  

About

751论文网手机版...

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

关闭返回