質問編集履歴

2

誤記修正

2019/01/15 06:15

投稿

tryCSharp
tryCSharp

スコア29

test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
 
87
87
  string strCmd = "INSERT INTO TABLE1(ID, Column1, Column2) ";
88
88
 
89
- strCmd += "VALUES(" + strMaxID + ", "カラム1", "カラム2");
89
+ strCmd += "VALUES(" + strMaxID + ", 'カラム1', 'カラム2');
90
90
 
91
91
 
92
92
 

1

ASP.NETのタグを外しました。

2019/01/15 06:14

投稿

tryCSharp
tryCSharp

スコア29

test CHANGED
File without changes
test CHANGED
File without changes