string changefids="update ford set ford=11 where ford=10";
this.scomd=new System.Data.SqlClient.SqlCommand(changefids,this.sqlConnection1);
是不是并没有调用SQL通信:
同样的还有一句
string addformul="insert into ford values('"+title+"','"+context+"','"+TextBox1.Text+"','"+day+"','"+time+"','1')";
this.scomd=new System.Data.SqlClient.SqlCommand(addformul,this.sqlConnection1);
格式没法在这里 编码太乱了