BCD Overflow

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
Timcmc
Posts: 3
Joined: Tue 06 Feb 2007 11:24

BCD Overflow

Post by Timcmc » Tue 06 Feb 2007 11:39

I use dbexpress connection (SQLConnection)
- Delphi7 dbexpress
- MySQL 4.0.23
- dbexpmda.dll core lab driver ver. 3.10.4.0
my program old version it work (use dbexpmysql.dll)

i test core lab driver step by step it show message error
'BCD Overflow ' on event open dataset (TClientDataset)
i create field type decimal(15,5) .

I want to fix it for update my program to mysql 5

Thank for advise

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 07 Feb 2007 15:54

Thank you for information. Unfortunately we could not reproduce the problem.
Please send a complete small sample to evgeniyD*crlab*com to demonstrate it, including script to create and fill table.

Timcmc
Posts: 3
Joined: Tue 06 Feb 2007 11:24

BCD Overflow

Post by Timcmc » Thu 08 Feb 2007 08:30

I can fix my problem
via default value field type decimal ->'default 0 '
and update vaule null to zero

Thank you

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 08 Feb 2007 09:20

It is good to see that this problem has been solved for you. But we are still not able to reproduce it. We need you help to discover and solve the problem. It would be very helpful to receive a test sample from you.

Post Reply