I am using LabVIEW v 7.1.+ Database Connectivity Toolset v.1.0.1 + Microsoft Access 7 + XP Profesion
My table has 33 fields between I32, Strings and Doubles.
When desinged the ACCESS table, in the Double type fields I have choosen for all of them the fix format with 0 or 2 decimals depending of the field.
After writing to the table using the DB Tools Insert Data.vi, I have open it direclty with the ACCESS and checked that the number of decimals where according to the ones I set, so they are OK.
However,when I read the table using the DB Tools Open Connection.vi +DB Tools Execute Query.vi + DB Tools Fetch Recordset Data.vi + Databae Variant To Data.vi (I am attaching the example)and send the data to LabVIEW Table, the number of decimals of the doubles shown in the LabVIEW table does not correspond to those I have pressetted, 0 or 2.
Can anyone help me to overcome this problem?
Thanks a lot!
Simbani