<br clear="all">OK in vstudio pro build 3 2009,<br><br>lets say you set up a table lets call it TableA<br><br>lets create two fields<br><br>NumberA - Long Long (Type) (0)<br>NumberB - Float (Type) (0.00000)<br><br>Lets give NumberA (through the editor) a value of 100<br>
and NumberB a vaule of 0.50 or as it shows in the editor  0.50000<br><br>now lets perform a query to multiply the two to demonstrate what happens:<br><br><br>Update TableA Set NumberA= NumberA * NumberB<br><br><br> 4:27:23 AM Number of affected rows: 1, query time: 0.000 sec<br>
<br><br>This returns 0 in NumberA when it should return 50? This also happens with any other value used.<br>