Best unofficial Apache Server developers community |
|
I'm having a problem with summing floats properly from my I have an All of this works fine, when I check the database externally the decimal value is recorded. However when I try to retrieve it through the mCursor1 the output is shown as 9.0 instead of 9.18 after I made two consecutive entries of 2.21 and 6.97…….. However when I output the data into an xml file and do the addition in excel I achieve the 9.18. This would leave me to believe it must be something due to the mCursor1 but I'm only guessing. Any ideas of where my problem lies?
posted via StackOverflow
|
|
 
|
Try using |
|
 
|
Here's your problem ;) |
![]()  
|
you are using
but you should use
|