Why do I have a decimal error when writing data to MS Access via Matlab?

62 Views Asked by At

I write numeric data to MS Access tables. All the tables have the same numeric fields format (ie 'real simple', 'standard', 'auto'). I push numbers via Matlab in the tables and MS Access rounds numbers to the 1rst decimal and i can't modify it.

Does someone know ?

Screenshots there :

http://www.developpez.net/forums/d1526721/logiciels/microsoft-office/access/ihm/formatage-champ-numerique-2-decimales/

1

There are 1 best solutions below

1
On BEST ANSWER

Rounding a trailing 0 (zero) is not rounding.

What you miss is the format that displays the number. Where you do this, set number of decimals to two.