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



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.

joeNOSPAM@xxxxxxx wrote:
Hi. I just based my conclusion on the obvious driver response
to the initial code. I would suggest making a small standalone
program that makes a JDBC connection, creates a table, inserts
a row, and then tries your code to update it via a result set.
Joe

.