Re: ResultSet.updateString against DB2 giving "Column not updatable"
- From: "joeNOSPAM@xxxxxxx" <joe.weinstein@xxxxxxxxx>
- Date: 29 Jun 2006 12:36:05 -0700
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
.
- Follow-Ups:
- 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
- Re: ResultSet.updateString against DB2 giving "Column not updatable"
- From: adamcrume
- 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):