2014-03-31 18 views

回答

0

我剛剛在SQL和c#中處理了這個。

String val = "0"; 
String updateSQL = "UPDATE table SET column='{0}'", val); 

然後在c#中執行SQL代碼。

相關問題