java - Domain error during implicit conversion of VARBINARY value to a NUMERIC field? -


I am getting this error while updating one of the table. Can you? I use Sibesh 12, with Java 7 hibernate. My column type is in the numeric (190) and the data type in the Java code is BigInteger

  com.sybase.jdbc4. Jdbc.SybSQLException: VARBINARY Value '¬?' Domain error during the underlying conversion of    

The issue is that the most Lightly you have BigDecimal not a number on the right side of the decimal place

Specifies your SQL = which is 1 There is a bias of 1 with the scale of ... i.e. a digit in the scope of the DP (decimal place))

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -