質問編集履歴

2

文法の修正

2020/07/12 07:50

投稿

退会済みユーザー
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("Data Source = 10.2.64.30\SQLEXPRESS,1433;Initial Catalog=COSTMGMT;Persist Security Info=True;User ID=sa;Password=P@ssw0rd;")
113
+ Using con As SqlConnection = New SqlConnection("")
114
114
 
115
115
 
116
116
 

1

文法の修正

2020/07/12 07:50

投稿

退会済みユーザー
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