国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計 > 正文

從Form中textBox中讀取數(shù)據(jù)存入數(shù)據(jù)庫

2019-11-08 20:59:07
字體:
供稿:網(wǎng)友

從Form中textBox中讀取數(shù)據(jù)存入數(shù)據(jù)庫

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.Data.SqlClient;namespace addStaffInfo{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } PRivate void label2_Click(object sender, EventArgs e) { } private void label4_Click(object sender, EventArgs e) { } private void textBox5_TextChanged(object sender, EventArgs e) { } private void button2_Click(object sender, EventArgs e) { this.Close(); } private void button1_Click(object sender, EventArgs e) { string str= "Data Source = YANG*****; Initial Catalog = appDB; Integrated Security = True"; SqlConnection myConn =new SqlConnection(str); myConn.Open(); string sqlStr=" insert into Table_1(姓名,電話,銀行卡卡號,開戶地址,備注) values('"+textBox1.Text.ToString()+"','"+textBox2.Text.ToString()+ "','" + textBox3.Text.ToString() + "','" + textBox4.Text.ToString() + "','" + textBox5.Text.ToString() + "') "; SqlCommand myCmd = new SqlCommand(sqlStr, myConn); int i= myCmd.ExecuteNonQuery();//受影響的行數(shù) MessageBox.Show(i.ToString()); myConn.Close(); } private void textBox6_TextChanged(object sender, EventArgs e) { } private void textBox7_TextChanged(object sender, EventArgs e) { } private void Form1_Load(object sender, EventArgs e) { } }}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 灵石县| 上饶县| 郴州市| 伊川县| 宜都市| 武宁县| 陆川县| 宁阳县| 沾益县| 瓦房店市| 云梦县| 苍山县| 土默特右旗| 星子县| 突泉县| 武安市| 运城市| 康乐县| 内江市| 惠安县| 汉沽区| 梅州市| 新乐市| 依安县| 常德市| 论坛| 滨海县| 叶城县| 江城| 曲沃县| 庆城县| 麦盖提县| 烟台市| 九龙县| 霍邱县| 台南市| 秭归县| 洞口县| 蒲城县| 亳州市| 海宁市|