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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -