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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -