Re: ResultSet.updateString against DB2 giving "Column not updatable"
- From: adamcrume@xxxxxxxxx
- Date: 29 Jun 2006 11:54:04 -0700
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
.
- Follow-Ups:
- Re: ResultSet.updateString against DB2 giving "Column not updatable"
- From: joeNOSPAM@xxxxxxx
- Re: ResultSet.updateString against DB2 giving "Column not updatable"
- References:
- ResultSet.updateString against DB2 giving "Column not updatable"
- From: adamcrume
- Re: ResultSet.updateString against DB2 giving "Column not updatable"
- From: Joe Weinstein
- Re: ResultSet.updateString against DB2 giving "Column not updatable"
- From: adamcrume
- Re: ResultSet.updateString against DB2 giving "Column not updatable"
- From: joeNOSPAM@xxxxxxx
- ResultSet.updateString against DB2 giving "Column not updatable"
- Prev by Date: Re: ResultSet.updateString against DB2 giving "Column not updatable"
- Next by Date: Re: ResultSet.updateString against DB2 giving "Column not updatable"
- Previous by thread: Re: ResultSet.updateString against DB2 giving "Column not updatable"
- Next by thread: Re: ResultSet.updateString against DB2 giving "Column not updatable"
- Index(es):