I decided to give the Currency field type in REALSQLDatabase a try,
and I'm having problems assigning any values to records in my
application.
I changed a number of fields in different tables from using Doubles to
using Currency. So a line to add a field as part of a new record
changed from:
rec.DoubleColumn("Charges") = entry.Charges
to:
rec.CurrencyColumn("Charges") = entry.Charges
And I added a bunch of records with these changes to use Currency
instead of Double fields.
Now when I access any of these fields' CurrencyValue I get 0.
What's going wrong here?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>