Using TestStand 3.5 and Access 2003 Database with MS ODBC Driver
I am currently updating my property loader to use a n Access database instead of the text file i am curently using.
Everything was working while using the text file even the arrays.
The transition to a database doesn't seem to work correctly.
1) The first symptom is when trying to export an array to a database using the Tool>Import/Export command
The column get created with the ArrayIndex (Mode0, Mode1, Mode2, Mode3,...) but nothing gets exported.
The array is an array of number with default value of 999 inside. The export result show an empty record for that column.
The same is true when performing the import (or running the sequence) , nothing gets read from those column.
All the arrays members keep the original values.
2) While doing the Create Column from the Tool>Import\Export, the array members get the type VARCHAR even if they are numbers.
I even tried to create the table manually with all the array element as column with the type integer without success.
The Import, Export or running the sequence won't read those values.
Any other values from the table that are not Array work flawlessly.
So, How can I use a database on a local variable that is an array of numbers???
Thanks
EG