BCD Overflow

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Guest

BCD Overflow

Post by Guest » Tue 20 Sep 2005 08:50

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 ?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 20 Sep 2005 11:43

We reproduced your problem and fixed it. This fix will be included in the next DbxOda build.

Guest

Post by Guest » Wed 21 Sep 2005 16:47

OK thank you !

Post Reply