質問編集履歴
1
//記述間違いを修正 8・20修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
DataTable dt = new DataTable();
|
30
30
|
|
31
|
-
string StrSQL = "select * from test where data01 = @str01 and data02 = str02"
|
31
|
+
string StrSQL = "select * from test where data01 = @str01 and data02 = @str02" //8・20修正
|
32
32
|
|
33
33
|
|
34
34
|
|