{
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网上鲜花电子商务系统的分析与设计
-
-
-
-
-
-
-
河岸冲刷和泥沙淤积的监测国内外研究现状
当代大学生慈善意识研究+文献综述
乳业同业并购式全产业链...
十二层带中心支撑钢结构...
中考体育项目与体育教学合理结合的研究
大众媒体对公共政策制定的影响
java+mysql车辆管理系统的设计+源代码
杂拟谷盗体内共生菌沃尔...
电站锅炉暖风器设计任务书
酸性水汽提装置总汽提塔设计+CAD图纸