質問編集履歴
2
誤記修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
dr.Close();
|
43
43
|
|
44
44
|
string strCmd = "INSERT INTO TABLE1(ID, Column1, Column2) ";
|
45
|
-
strCmd += "VALUES(" + strMaxID + ",
|
45
|
+
strCmd += "VALUES(" + strMaxID + ", 'カラム1', 'カラム2');
|
46
46
|
|
47
47
|
cmd.CommandText = strCmd;
|
48
48
|
cmd.ExecuteNonQuery();
|
1
ASP.NETのタグを外しました。
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|