Re: Problem with jdbc, RowSet and Oracle



Then we have a bug!

przemmal@xxxxx wrote:
kuassi.mensah@xxxxxxxxx napisal(a):
JDBCRowSet objects are by default scrollable (i.e.,
ResultSet.TYPE_SCROLL_SENSITIVE) and read-only (i.e.,
ResultSet.CONCUR_READ_ONLY) but can be made updatable by calling
setReadOnly (false).

I have tried setReadOnly(false) and
setConcurrency(ResulSet.CONCUR_UPDATABLE), but that does not work :(

.