NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

check if data already exist in database

Hi,

 

After I have obtained UUT serial no., I want to check if it is already recorded in the database before the test proceed further. I need to loop through the records and feed each of them into LabVIEW module to store them as array and perform the comparison. This works well, at least for small database. My question is, what are the more efficient and faster ways of doing this if the database is huge?

 

Thanks

0 Kudos
Message 1 of 3
(4,121 Views)
You just need a WHERE clause in your SELECT statement. This is SQL basics and really not TestStand specific.
0 Kudos
Message 2 of 3
(4,116 Views)

As already replied you can use a simple SQL statement to fetch it.

Just to add further there is a built in database step type which you can use to get the data (refer database example).

 

Hope this helps.

Ravi

0 Kudos
Message 3 of 3
(4,100 Views)