使用System;使用System.Collections.Generic;使用System.Linq;使用System.Web;使用System.Web.UI;使用System.Web.UI.WebControls;使用System.Data.SqlClient;使用System.Configuration;使用System.Data; public partial class working:System.Web.UI.Page {protected void Page_Load(object sender,EventArgs e){} protected void Button1_Click(object sender,EventArgs e){SqlConnection con = new SqlConnection(" Data Source = DEVELOPER) ; Initial Catalog = working; Integrated Security = True"); con.Open(); SqlCommand cmd = new SqlCommand(); cmd.CommandType = CommandType.Text; cmd.CommandText ="插入样本(name,mobile_number,email_id,gender)值('" + TextBox1.Text +"','&# 34 + TextBox2.Text +"''&#34 + + TextBox3.Text"''&#34 + TextBox4.Text +"')&#34 ;; cmd.ExecuteNonQuery(); con.Close();回复于("提交&#34); }}
答案 0 :(得分:0)
你必须像这样提供连接字符串 msgstr“”“数据源=开发人员;初始目录=正在工作;集成安全性=真”“”“
“”” 数据源= DESKTOP-SIJVIOU \ SQLSERVERPOONIA;初始目录= YourDBName;集成安全性= True“providerName = System.Data.SqlClient”“”