用C#怎么把数据存到sql server数据库,平台为WPF
想要把得到的fx值(此值已正确得到)存到数据库中T_Result表的原材料列中,编译没有错误,但数据库里总是空的,fx值总存不进去是怎么回事呢?代码如下:stringfx...
想要把得到的fx值(此值已正确得到)存到数据库中T_Result表的原材料列中,编译没有错误,但数据库里总是空的,fx值总存不进去是怎么回事呢?
代码如下:
string fx = mySelectedElement.Row[3].ToString();
string connstr = "Data Source=.;Initial Catalog=计算用原料数据表;Integrated Security=SSPI";
SqlConnection sqlcnn = new SqlConnection(connstr);
sqlcnn.Open();
SqlCommand command = new SqlCommand();
command.CommandText = "insert into T_Result 原材料 values fx "; 展开
代码如下:
string fx = mySelectedElement.Row[3].ToString();
string connstr = "Data Source=.;Initial Catalog=计算用原料数据表;Integrated Security=SSPI";
SqlConnection sqlcnn = new SqlConnection(connstr);
sqlcnn.Open();
SqlCommand command = new SqlCommand();
command.CommandText = "insert into T_Result 原材料 values fx "; 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询