Subject expecting: Currency actual: BCD
Author Ed Dressel
I am converting a BDE to IBO. I moved the table structure over and
have successfully migated the data isugin TIB_Query but am having a
problem with TIBOQuery: I get an exception:

..Type mismatch for field 'AnnualIncome', expecting: Currency actual:
BCD

I have defined AnnualIncome in the database as a Decimal(15,4).

Is it possible to use TCurrencyField with IBO or do I need to switch
to TIBOBCDField?

Thanks
Ed Dressel