RW Shore wrote:
> However, the
> getBaseType( ) method on this object returns java.sql.Types.BIT ( -7 )
> rather than the correct value java.sql.Types.BOOLEAN (16).
These types are effectively interchangeable in JDBC.
See the list archives for past discussion.
Oliver