質問編集履歴
2
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -110,7 +110,7 @@
|
|
110
110
|
|
111
111
|
Dim query As String = "Insert into Test3 values (@ODNOKBNN,@ODNO,@SGB,@Syagai,@MoveTime,@SagyoPlace,@StartTime,@StopTime,@BreakTime,@SagyoTime,@Biko,@Day)"
|
112
112
|
|
113
|
-
Using con As SqlConnection = New SqlConnection("
|
113
|
+
Using con As SqlConnection = New SqlConnection("")
|
114
114
|
|
115
115
|
|
116
116
|
|
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
```VB
|
34
34
|
|
35
|
-
セルダブルクリックのイベントです。
|
35
|
+
セルダブルクリックのイベントです。こちらのコードをボタンクリックイベントにペーストすると上記のエラーが出ます。
|
36
36
|
|
37
37
|
Dim dgv As DataGridView = DirectCast(sender, DataGridView)
|
38
38
|
|