Re: ResultSet.updateString against DB2 giving "Column not updatable"




adamcrume@xxxxxxxxx wrote:
I changed CONCUR_UPDATABLE to CONCUR_READ_ONLY in my code, and the
error changed from "Column not updatable" to "ResultSet not updatable,"
so I'm fairly certain that the problem is not that the result set
itself is not updatable.

Good test. This means something in the metadata that
is sent from the DBMS with the query data is saying that,
and the driver is just reporting it.
Have you tried making the table with the JDBC code, so
we're all sure the current user has all relevant permissions
on the table?
Joe

.