chucky wrote:
Hi nila_andrei,
if you have stored it as a double, why you wanna retrieve it as a Long? You can still retrieve the Double value and then if you like, transform it as Long in the Java code
Well the is like this:
If i bind the "parameter" as "Double" for example "20.15" only the exact values are returned. If i bind it as "Long" for example "20" all the numbers between 19.5 -> 20.49 are returned, and in some cases i need the second bind type. This works just fine if a mapp the properties as "String" but not as "Double" why?