Re: Problem with jdbc, RowSet and Oracle
- From: "kuassi.mensah@xxxxxxxxx" <kuassi.mensah@xxxxxxxxx>
- Date: 12 Dec 2006 10:08:11 -0800
Assuming we are not talking about ResultSet, as described in my
following blog entry
http://db360.blogspot.com/2006/09/manipulating-tabular-data-using-jdbc_03.html
there are 5 RowSet model (JdbcRowSet, CachedRowSet, WebRowSet,
JoinRowSet and FileterdRowSet). Which one are you using?
Fwiw, I have working examples in chapter 8 of my book.
Kuassi
przemmal@xxxxx wrote:
Hi.
I have a problem with data modification in Oracle while useing jdbc and
RowSet (both Sun and Oracle implementation). RowSet is not updatable.
When I use Statement and ResultSet everything is OK. Oracle in 10g
version (with v9 is the same), jdbc - ojdbc14.jar. With jdbc drivers
from commercial developers there is no problem. Any ideas?
thanks
Przemm
.
- Follow-Ups:
- Re: Problem with jdbc, RowSet and Oracle
- From: przemmal
- Re: Problem with jdbc, RowSet and Oracle
- References:
- Problem with jdbc, RowSet and Oracle
- From: przemmal
- Problem with jdbc, RowSet and Oracle
- Prev by Date: Re: Can rs.last() work..?????
- Next by Date: Re: ORA-00600 internal error code
- Previous by thread: Problem with jdbc, RowSet and Oracle
- Next by thread: Re: Problem with jdbc, RowSet and Oracle
- Index(es):
Relevant Pages
|