Page 1 of 1

BCD Overflow

Posted: Tue 20 Sep 2005 08:50
by Guest
I have an SQL Error "Debordement BCD" when i asked for a calculated field which is a division of a number by another (ex: SELECT CA/UNITES FROM VENTES). If I used this expression SELECT ROUND(CA/UNITES,2) FROM VENTES it works ! Is it normal ?

Posted: Tue 20 Sep 2005 11:43
by Paul
We reproduced your problem and fixed it. This fix will be included in the next DbxOda build.

Posted: Wed 21 Sep 2005 16:47
by Guest
OK thank you !