11-20-2008 07:10 AM
Hi ,
I used the Read all data.vi as an example to build my program. I could read the entire access database withouth any problem, although looking more careful I saw that the lines were mixed-up, i.e., the example is not placing data in the table with the same sequence as is in the database
In the screenshot attached, I used the original example, which reads the Labview.mdb, and the behaviour it's the same: Anne and Steve are in reverse order (look to labview table and access table). In the "Tools fetch table data. vi", I put a prove wire after "Database variant to data" [green circle], and the conclusion is that data is mixed-up inside that block.
Can anyone tell is this is the correct behaviour of this example?
Thanks 🙂
11-20-2008 09:26 AM
11-20-2008 10:18 AM
Hi Dennis,
thanks for your reply.
The main goal isn't to show the result in a table, but showing the
results in a graph, where the user has the capability of selecting the
data in a specific time interval ( I only get the error when I saw data displayed in the graph 😞 ).
Many thanks once more for you help :).
11-20-2008 10:54 AM