我在我的一個管理系統(tǒng)中添加了一個基于服務(wù)的數(shù)據(jù)庫(slq2005的),數(shù)據(jù)庫中有一個Attributes表,表中只有三個字段(Att_Color,Att_Style和一個id【自動增長】),string sql = "insert into Attributes(Att_Color,Att_Style) values('" + color.Text + "','" + yangshi.Text + "')"; sqlhelper.connection();//連接數(shù)據(jù)苦的方法 SqlCommand cmd = new SqlCommand(sql, sqlhelper.conn); if ((int)cmd.ExecuteNonQuery() > 0) { MessageBox.Show("chenggong"); }執(zhí)行完畢后 沒有提示任何錯誤 而且斷點(diǎn)調(diào)試也沒有錯誤,可是打開數(shù)據(jù)庫后沒有插入的數(shù)據(jù),更新、刪除數(shù)據(jù)也是一樣。(在SQL server management 中執(zhí)行insert、update就可以。)但是如果是查詢(select)的話,就可以查出數(shù)據(jù)。不知有沒有遇到這種情況的,還請高手指教一下
- 1 回答
- 0 關(guān)注
- 544 瀏覽
添加回答
舉報(bào)
0/150
提交
取消