I am using MDB2 with a MySQL database. When I retrieve values stored as floats in the database they are truncated to 3 decimal places.
I tried setting the column type to float in the query. Tt does come back as a float, but it still truncates decimals.
Has anyone encountered this?
TIA.