Re: Problem with jdbc, RowSet and Oracle



kuassi.mensah@xxxxxxxxx napisal(a):
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?

I'm useing JdbcRowSet (OracleJDBCRowSet in implementation of Oracle)


Fwiw, I have working examples in chapter 8 of my book.


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?

.



Relevant Pages

  • Re: Problem with jdbc, RowSet and Oracle
    ... JDBCRowSet objects are by default scrollable (i.e., ... I'm useing JdbcRowSet (OracleJDBCRowSet in implementation of Oracle) ... RowSet (both Sun and Oracle implementation). ...
    (comp.lang.java.databases)
  • Re: Problem with jdbc, RowSet and Oracle
    ... JDBCRowSet objects are by default scrollable (i.e., ... I'm useing JdbcRowSet (OracleJDBCRowSet in implementation of Oracle) ... RowSet (both Sun and Oracle implementation). ...
    (comp.lang.java.databases)
  • Re: Problem with jdbc, RowSet and Oracle
    ... JoinRowSet and FileterdRowSet). ... RowSet (both Sun and Oracle implementation). ... When I use Statement and ResultSet everything is OK. ...
    (comp.lang.java.databases)
  • Problem with jdbc, RowSet and Oracle
    ... RowSet (both Sun and Oracle implementation). ...
    (comp.lang.java.databases)