LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

not unique table (using DCT)

Hello,
 
I am trying to create a dialog box that would pop up and tell my user when a table name already exists in the database.
 
Does anyone have suggestions?
 
Attachment.
0 Kudos
Message 1 of 2
(2,328 Views)

You would basically check for a given name in the existing table names.  Which is what you seem to be doing in the VI.  So, what is the specific problem you are running into? 

-Khalid

PS:  you may want to use a While loop (instead of a For loop) so you can abort searching when a table name is found.

0 Kudos
Message 2 of 2
(2,322 Views)