引发的异常:“System.Data.SqlClient.SqlException”(位于 System.Data.dll 中)
引发的异常:“System.Data.SqlClient.SqlException”(位于System.Data.dll中)其他信息:关键字'user'附近有语法错误。u...
引发的异常:“System.Data.SqlClient.SqlException”(位于 System.Data.dll 中)
其他信息: 关键字 'user' 附近有语法错误。
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 myproject
{
public partial class Form2 : Form
{
private BindingManagerBase 个人信息;
public Form2()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
try
{
SqlConnection cn = new SqlConnection();
cn.ConnectionString = "Data Source=(local);Initial Catalog=TranscationInfo;Integrated Security=True ";
SqlCommand cmd = new SqlCommand();
cmd.Connection = cn;
cn.Open();
cmd.CommandText = "insert into user values('" + textBox1.Text + "','" + textBox2.Text + "','" + textBox3.Text + "','" + textBox4.Text + "')";
cmd.ExecuteNonQuery(); //执行非查询操作
cn.Close();
MessageBox.Show("添成功!");
}
catch (Exception e2)
{
MessageBox.Show(e2.Message);
}
}
}
} 展开
其他信息: 关键字 'user' 附近有语法错误。
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 myproject
{
public partial class Form2 : Form
{
private BindingManagerBase 个人信息;
public Form2()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
try
{
SqlConnection cn = new SqlConnection();
cn.ConnectionString = "Data Source=(local);Initial Catalog=TranscationInfo;Integrated Security=True ";
SqlCommand cmd = new SqlCommand();
cmd.Connection = cn;
cn.Open();
cmd.CommandText = "insert into user values('" + textBox1.Text + "','" + textBox2.Text + "','" + textBox3.Text + "','" + textBox4.Text + "')";
cmd.ExecuteNonQuery(); //执行非查询操作
cn.Close();
MessageBox.Show("添成功!");
}
catch (Exception e2)
{
MessageBox.Show(e2.Message);
}
}
}
} 展开
1个回答
威孚半导体技术
2024-08-19 广告
2024-08-19 广告
威孚(苏州)半导体技术有限公司是一家专注生产、研发、销售晶圆传输设备整机模块(EFEM/SORTER)及核心零部件的高科技半导体公司。公司核心团队均拥有多年半导体行业从业经验,其中技术团队成员博士、硕士学历占比80%以上,依托丰富的软件底层...
点击进入详情页
本回答由威孚半导体技术提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询