このコードを使用してデータベースに接続しようとするとエラーが発生する理由を教えてください。
conn = DriverManager.getConnection("jdbc:" + this.dbms +"://" + this.serverName +":" + this.portNumber +"/" + this.dbName, connectionProps);
con.close();
conn = DriverManager.getConnection("jdbc:" + this.dbms +"://" + this.serverName +":" + this.portNumber +"/" + this.dbName, connectionProps);
最初の行だけを入力すると、すべて問題なくデータベースに接続できますが、3 行すべてを使用して再接続しようとすると、エラーが発生します。
resultset is from update. no data