LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to dermine if an a DB Table exists or not exist?

Solved!
Go to solution

This is the question, I need to determine if an Table of "X" DB exist, if the table exist run a "Y" VI, if this not exist, create it and determine the properties of its columns...

If the Table exists go to TRUE and do the next step, if Table doesn't exist go to FALSE and do This.

Step 1.png

That I want is know the way for auto-determine if the table exists or not exists 'cause if I do tha code in the past image and the Table exists the VI showme and error, then if the Table exist avoid the code and continue with the normal process, and I want to avoid this problem.

 

I have some ideas for solve this issue the most logic is use the list DB tables.VI but how I can change the result to a Boolean control(this is for select the case in the image).

0 Kudos
Message 1 of 2
(2,362 Views)
Solution
Accepted by topic author abraham.oash

Close!!

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