国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 望谟县| 鄂伦春自治旗| 眉山市| 浑源县| 天水市| 襄垣县| 梁山县| 区。| 中卫市| 双峰县| 玉屏| 中方县| 太仆寺旗| 兴文县| 泰兴市| 靖江市| 晴隆县| 辽源市| 岗巴县| 电白县| 安康市| 太仓市| 梁河县| 额尔古纳市| 寻甸| 赣榆县| 英吉沙县| 秀山| 凤台县| 揭东县| 西昌市| 时尚| 三都| 义马市| 平乡县| 渝中区| 墨脱县| 禄丰县| 江油市| 綦江县| 浦北县|