Re: Problem with jdbc, RowSet and Oracle
- From: przemmal@xxxxx
- Date: 14 Dec 2006 05:55:17 -0800
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 :(
.
- Follow-Ups:
- Re: Problem with jdbc, RowSet and Oracle
- From: kuassi.mensah@xxxxxxxxx
- Re: Problem with jdbc, RowSet and Oracle
- References:
- Problem with jdbc, RowSet and Oracle
- From: przemmal
- Re: Problem with jdbc, RowSet and Oracle
- From: kuassi.mensah@xxxxxxxxx
- Re: Problem with jdbc, RowSet and Oracle
- From: przemmal
- Re: Problem with jdbc, RowSet and Oracle
- From: kuassi.mensah@xxxxxxxxx
- Problem with jdbc, RowSet and Oracle
- Prev by Date: Batch insertions getting slow over time
- Next by Date: semi-colon weirdness when converting from mysql to Oracle
- Previous by thread: Re: Problem with jdbc, RowSet and Oracle
- Next by thread: Re: Problem with jdbc, RowSet and Oracle
- Index(es):