Juan C.Cilleruelo replied to Juan C.Cilleruelo's topic in Databases
Where is this info?:
TBCDField converts the data from a BCD value to a currency value when it fetches the data from the database table, and converts it from a currency value to a binary-coded decimal value when it posts the data.
Juan C.Cilleruelo replied to Juan C.Cilleruelo's topic in Databases
TBcd is a complex data type. I think I can't make mathematical operations directly with two TBCD types.
I'm thinking in Currency type. But this implies convert every TBCDField value to Currency and vice-versa to assign the value from database to my variables and returning the values to the database.
It's complex. I think.
Anyone knows a good solution?
Thanks in advance.