Hi everyone,
From java end I'm passing a 7 character long string '9700000' to the column IV_DOR which is of 10 characters long, then am getting this error JCO_ERROR_CONVERSION: Integer '9700000' has to many digits at field IV_DOR
It's datatype and length is IV_DOR CHAR10.
When I am passing the same value with 4 characters long '9700' then it's working fine.
Can anyone pls let me know why I am getting this error when I am having the field which contains 10. pls suggest
thanks in advance,
suraj