Subject RE: [IBO] BCD overflow
Author IBO Support List
That may very well be enough to go on. I'll test out this configuration and see what happens.
Ideally, if you could make a little sample app to show me this error, that would be helpful.
 
Jason


From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of johng@...
Sent: Wednesday, April 30, 2014 2:02 PM
To: IBObjects@yahoogroups.com
Subject: RE: [IBO] BCD overflow

Delphi XE3. I have a bunch of fields in my database as Numeric(15,2). When I try to access those fields from my application the data type is coming up as a ftBCD, and we are trying to do it .AsFloat. It is raising the BCD Overflow error. 

What other info would you need?