LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create array of available DSN names inside a vi

Is it possible to read the list of available DSN names and create an array that could be wired to the open connection vi?? I have an application where I will have 60-100 tables of information with six columns in each table. when the tables start to reach 5k-10k records, will the file become too large?? I will add 600 records to each table every day of the week.
0 Kudos
Message 1 of 3
(2,349 Views)
I am not quite sure what VI you are referring to, but I do not think it should be a problem. The upper limit for a file size in LabVIEW is about 2Gigs. I suggest just writing the data to a file and indexing the values you need at that moment. Look at the LabVIEW shipping examples for binary file i/o.
0 Kudos
Message 2 of 3
(2,347 Views)
HI, try using this VI. See U.
 
Jorge.
0 Kudos
Message 3 of 3
(2,227 Views)