{
                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
上一篇:JSP+Mysql网上在线答疑系统的研究与设计
下一篇:ASP.net网上鲜花电子商务系统的分析与设计

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

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

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

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

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

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

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

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

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

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

志愿者活动的调查问卷表

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

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

公寓空调设计任务书

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

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

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