If the type of column defined as Float in Sybase,need to use the setDouble/getDouble in jdbc code, not use the setFloat/getFloat. Because of the column data Precision decided.
If the type of column defined as Float in Sybase,need to use the setDouble/getDouble in jdbc code, not use the setFloat/getFloat. Because of the column data Precision decided.