Subject | RE: [IBO] BCD overflow |
---|---|
Author | |
Post date | 2014-04-30T19:01:58Z |
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?