[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends:00107] Re: MySQL を用いた DB プログラムで、更新処理が行えません



  高橋(智)です。

  ResultSet.TYPE_SCROLL_SENSITIVE を
  ResultSet.TYPE_SCROLL_INSENSITIVE に変更して試してみては
いかがでしょうか?

-- 
高橋智宏
  Java読書会( http://www.t3-jpn.com/bof/ )
  T3-Japan( http://www.t3-jpn.com/ )

くろ たろう wrote:
snip
> て、書き込み可能な処理モードを設定しています。
> Statement stmt =
> con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATAB
> LE);
snip