02-09-2014 07:36 AM - edited 02-09-2014 07:45 AM
Hi all,
I've created a database (udl) file and written three arrays as columns to a table in that database file. Then I want to get those arrays again and use them in a vi. I've built a vi but it only gets the first element of the array. I can't get the whole column. Could you please show me a way to get that array? I've attached two files that I've built.
Any help will be appreciated.
Best regards,
Emre
Solved! Go to Solution.
02-09-2014 08:17 AM
I've found the solution. I was wrong to use "Fetch Element Data". I had to use "Fetch Recordset Data". By using "Database Variant to Data" after "Fetch Recordset Data", I have 2D array of data. Then use of "Reshape Array" handled it the way I want.