質問編集履歴

4

修正

2015/12/18 04:27

投稿

kentros511
kentros511

スコア122

test CHANGED
File without changes
test CHANGED
File without changes

3

修正

2015/12/18 04:27

投稿

kentros511
kentros511

スコア122

test CHANGED
File without changes
test CHANGED
@@ -140,7 +140,7 @@
140
140
 
141
141
  while(rset.next()){
142
142
 
143
- if (Mail == rset.getString("mail")) {/*一致したら*/
143
+ if (Mail.equals(rset.getString("mail"))) {/*一致したら*/
144
144
 
145
145
  return rset.getString("mail");
146
146
 

2

個人情報削除

2015/12/18 03:12

投稿

kentros511
kentros511

スコア122

test CHANGED
File without changes
test CHANGED
@@ -74,7 +74,7 @@
74
74
 
75
75
 
76
76
 
77
- DBchinuki db = new DBchinuki();
77
+ DB db = new DB();
78
78
 
79
79
  System.out.println(db.getDBConnection(dbName,user,pass));
80
80
 

1

修正

2015/12/18 02:30

投稿

kentros511
kentros511

スコア122

test CHANGED
File without changes
test CHANGED
@@ -198,6 +198,10 @@
198
198
 
199
199
  **/*完了済み*/
200
200
 
201
+ /*
202
+
203
+ addressは入力数するメールアドレス*/
204
+
201
205
  if(address.equals(diagno)) {/*登録済み*/
202
206
 
203
207
  errbox.add("already",errmsg1);