I have a data base in which readings of 32 channels of temperature are stored, and I need to read the data of the table and to show them in a graph, at the moment I am using a FOR LOOP to create an Array and to show it in the graph, but this is too slow because they are many data. how I can do this of a fast way?
I am using execute Query from the database toolset