On Thu, 29 Jul 2004, Oliver Jowett wrote:
> I notice that the implementation of updateable resultsets use
> Field.getColumnLabel() when generating the UPDATE/SELECT/etc SQL.
> Presumably this should be using Field.getColumnName() given the current
> semantics?
>
Fixed.
Kris Jurka