string name = textBox1.Text; string xh = textBox2.Text; string gl = textBox3.Text; string cd = textBox4.Text; int jg = Int32.Parse(textBox5.Text); int sl = Int32.Parse(textBox6.Text); if (name == "" || xh == "" || gl == "" || cd == "" || jg == null || sl == null) { MessageBox.Show("请输入所有商品信息!", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Hand); } else { SqlConnection conn = new SqlConnection(s); try { conn.Open(); string sql = "insert into ApplianceInfo values('" + name + "','" + xh + "','" + gl + "','" + cd + "','" + jg + "','" + sl + "')"; SqlCommand x = new SqlCommand(sql, conn); int y = x.ExecuteNonQuery(); if (y == 1) { MessageBox.Show("保存成功", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Asterisk); } } catch (Exception ex) { MessageBox.Show(ex.Message); } finally { conn.Close(); textBox1.Text = ""; textBox2.Text = ""; textBox3.Text = ""; textBox4.Text = ""; textBox5.Text = ""; textBox6.Text = ""; } } } private void button1_Click(object sender, EventArgs e) { textBox1.Text = ""; textBox2.Text = ""; textBox3.Text = ""; textBox4.Text = ""; textBox5.Text = ""; textBox6.Text = ""; }
- bear9008182013-04-29系统还不错。
- 粉丝: 0
- 资源: 1
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- (源码)基于Spring Cloud和Spring Boot的微服务架构管理系统.zip
- (源码)基于物联网的自动化开门控制系统 iotsaDoorOpener.zip
- (源码)基于ROS的Buddy Robot舞蹈控制系统.zip
- (源码)基于Qt框架的图书管理系统.zip
- (源码)基于Spring Boot和Vue的高校教务管理系统.zip
- (源码)基于Quartz框架的定时任务调度系统.zip
- (源码)基于Spring Boot和Spring Security的安全管理系统.zip
- (源码)基于Spring Boot的家庭智能助理系统.zip
- Marki_20241121_192504660.jpg
- (源码)基于Spring Boot框架的仓库管理系统.zip